From ac7cea5eedf2c327031f987f82e082f893d6b77f Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Sun, 4 Mar 2007 08:14:08 +0000 Subject: [PATCH] [1672467] jboss does not start because run.conf is in dos format --- jboss/bin/run.conf | 86 +++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/jboss/bin/run.conf b/jboss/bin/run.conf index d695d63f08..bd9573cb94 100644 --- a/jboss/bin/run.conf +++ b/jboss/bin/run.conf @@ -3,49 +3,49 @@ ## JBoss Bootstrap Script Configuration ## ## ## ############################################################################## - -### $Id: run.conf,v 1.3 2005/09/04 17:52:33 jjanke Exp $ - -# -# This file is optional; it may be removed if not needed. -# - -# -# Specify the maximum file descriptor limit, use "max" or "maximum" to use -# the default, as queried by the system. -# -# Defaults to "maximum" -# -#MAX_FD="maximum" - -# -# Specify the profiler configuration file to load. -# -# Default is to not load profiler configuration file. -# -#PROFILER="" - -# -# Specify the location of the Java home directory. If set then $JAVA will -# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". -# -#JAVA_HOME="/opt/java/jdk" - -# -# Specify the exact Java VM executable to use. -# -#JAVA="" - -# -# Specify options to pass to the Java VM. -# -if [ "x$JAVA_OPTS" = "x" ]; then - JAVA_OPTS="-server -Xms128m -Xmx128m" -fi - -# Sample JPDA settings for remote socket debuging -#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" - + +### $Id: run.conf,v 1.3 2005/09/04 17:52:33 jjanke Exp $ + +# +# This file is optional; it may be removed if not needed. +# + +# +# Specify the maximum file descriptor limit, use "max" or "maximum" to use +# the default, as queried by the system. +# +# Defaults to "maximum" +# +#MAX_FD="maximum" + +# +# Specify the profiler configuration file to load. +# +# Default is to not load profiler configuration file. +# +#PROFILER="" + +# +# Specify the location of the Java home directory. If set then $JAVA will +# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". +# +#JAVA_HOME="/opt/java/jdk" + +# +# Specify the exact Java VM executable to use. +# +#JAVA="" + +# +# Specify options to pass to the Java VM. +# +if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-server -Xms128m -Xmx128m" +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"