This content has been marked as final.
Show 2 replies
-
1. Re: run.conf sourced by shutdown.sh
starksm64 May 2, 2007 12:01 PM (in response to dimitris)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"
-
2. Re: run.conf sourced by shutdown.sh
dimitris May 2, 2007 1:48 PM (in response to dimitris)Ok, it's updated now.