Tomcat in server mode question

2004-11-08 Thread Mufaddal Khumri
Hi, I am trying to run Tomcat 5.0.27 in server mode on a Win XP Professional machine. Tomcat is installed as a service on this box. I can start and stop it and everything works fine. As soon as I specify the -server option Tomcat wont start I do this by right clicking on the tomcat service

Tomcat in Server Mode

2003-01-16 Thread Hari Venkatesan
I changed the following settings in setclasspath.bat to start tomcat server in Server Mode. Set _RUNJAVA="%JAVA_HOME%\bin\java" -server Set _RUNJAVA="%JAVA_HOME%\bin\javaw" -server Set _RUNJAVA="%JAVA_HOME%\bin\jdb" -server I have also changed JAVA_HOME/jre/lib/jvm.cfg to put -server at the top