[jboss-dev-forums] [Other JBoss Development Design] - Re: run.conf sourced by shutdown.sh
scott.stark@jboss.org
do-not-reply at jboss.com
Wed May 2 12:01:56 EDT 2007
run.conf is where this should be. The -Xdebug option should be removed as its obsolete under jdk5+ so run.conf should simply be:
| # Sample JPDA settings for remote socket debuging
| #JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
|
| # Sample JPDA settings for shared memory debugging
| #JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042504#4042504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042504
More information about the jboss-dev-forums
mailing list