BF [ 1672467 ] jboss does not start because run/run.conf is in dos format
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1672467&group_id=176962
This commit is contained in:
parent
9beefc2681
commit
49b4ffa50b
|
@ -1,8 +1,8 @@
|
|||
## -*- shell-script -*- ######################################################
|
||||
## ##
|
||||
## JBoss Bootstrap Script Configuration ##
|
||||
## ##
|
||||
##############################################################################
|
||||
## -*- shell-script -*- ######################################################
|
||||
## ##
|
||||
## JBoss Bootstrap Script Configuration ##
|
||||
## ##
|
||||
##############################################################################
|
||||
|
||||
### $Id: run.conf,v 1.3 2005/09/04 17:52:33 jjanke Exp $
|
||||
|
||||
|
@ -46,6 +46,6 @@ fi
|
|||
# Sample JPDA settings for remote socket debuging
|
||||
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
|
||||
|
||||
# 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"
|
||||
|
||||
# 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue