[jboss-dev-forums] [Other JBoss Development Design] - run.conf sourced by shutdown.sh

dimitris@jboss.org do-not-reply at jboss.com
Wed May 2 04:49:38 EDT 2007


There is a potential bug in run.conf sourced by both run.sh and shutdown.sh.

http://jira.jboss.com/jira/browse/JBAS-4155

Unless anyone objects, it will be removed from shutdown.sh.

Also, commented out debugging options exist in both run.con:

  | # Sample JPDA settings for remote socket debuging
  | #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
  | 
  | # Sample JPDA settings for shared memory debugging 
  | #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
  | 
and run.sh

  | #JPDA options. Uncomment and modify as appropriate to enable remote debugging .
  | #JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS"
  | 
One of 2 will be removed, so if you have any preferences, speak up.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042328#4042328

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042328



More information about the jboss-dev-forums mailing list