> Use the JAVA_OPTS variable in catalina.sh or .bat
> You can also increase the memory settings here, e.g. -server -Xms512m
> -Xmx1024m or whatever other jvm options you need.

I am also trying to do this but it doesn't seem to work, well there is
no indication that it did. I also tried setting "-server" in a few
other places with no luck(seemingly). When I check the running process
it still shows the regular:

--- snip ---
mgalvin  10497  9945 46 12:15 ?        00:00:07 /opt/java/bin/java
-Dcatalina.home=/opt/tomcat
-Djava.endorsed.dirs=/opt/tomcat/common/endorsed
-Dcatalina.base=/opt/tomcat -Djava.io.tmpdir=/opt/tomcat/temp
-classpath /opt/tomcat/bin/bootstrap.jar:/opt/java/lib/tools.jar
-Xdebug -Xnoagent -Xrunjdwp
transport=dt_socket,suspend=y,address=localhost:32974
org.apache.catalina.startup.Bootstrap -config
/opt/tomcat/conf/server.xml start
--- snip ---

Shouldn't it have the "-server" in there if it is running in server mode?

How can I tell that the JVM is actually running in server mode?

Thanks in advance,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to