This is correct. When you pass the debug parameter, in the script we set JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=$PORT"
So, if you choose to override the JAVA_OPTS, and still need to run in debug mode, you must set the above parameters too. We can look into merging this, but that may cause other issues. So, I think it is better to pass the burden of properly setting the JAVA_OPTS to the user. Azeez On Wed, Dec 29, 2010 at 2:14 PM, Senaka Fernando <[email protected]> wrote: > Hi Pradeep, > > $subject does not seem to work. Setting JAVA_OPTS is the recommended way of > passing system properties before starting Carbon. But, if you set it and > start the server in debug mode, it seems that these will never be passed, > according to our scripts. Can you have a look into [1]? > > [1] https://wso2.org/jira/browse/CARBON-8419 > > Thanks, > Senaka. > > -- > *Senaka Fernando* > Associate Technical Lead & Product Manager - WSO2 G-Reg; > WSO2, Inc.; http://wso2.com* > Member; Apache Software Foundation; http://apache.org > > E-mail: senaka AT wso2.com > **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818 > Linked-In: http://www.linkedin.com/in/senakafernando > > *Lean . Enterprise . Middleware > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware*
_______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
