I am using tomcat as a window service and I want to enable the java-server option for jvm. I tried to do this by setting the -server option to the java tab in the Tomcat6w application (tomcat monitoring application). However, this did not help, Tomcat was not started, it seems that Tomcat6w expects only D or X options for jvm. Does anyone know how I can put the -server option in this case?
source
share