[Jboss-cvs] JBossAS SVN: r55224 - branches/Branch_4_0/system/src/bin

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 13:36:49 EDT 2006


Author: dimitris at jboss.org
Date: 2006-08-04 13:36:47 -0400 (Fri, 04 Aug 2006)
New Revision: 55224

Modified:
   branches/Branch_4_0/system/src/bin/run.conf
Log:
JBAS-3458, remove -server from JAVA_OPTS, not supported by IBM jvm

Modified: branches/Branch_4_0/system/src/bin/run.conf
===================================================================
--- branches/Branch_4_0/system/src/bin/run.conf	2006-08-04 17:36:22 UTC (rev 55223)
+++ branches/Branch_4_0/system/src/bin/run.conf	2006-08-04 17:36:47 UTC (rev 55224)
@@ -40,7 +40,7 @@
 # Specify options to pass to the Java VM.
 #
 if [ "x$JAVA_OPTS" = "x" ]; then
-   JAVA_OPTS="-server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+   JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
 fi
 
 # Sample JPDA settings for remote socket debuging




More information about the jboss-cvs-commits mailing list