Hi,
I have installed tomcat5 as the window service. I have to update JVM parameter for the
tomcat. Can anybody let me know how to do it. I could update min and max pool size by executing following command.
tomcat5 //US//<servicename> --JvmMs=1024 --JvmMx=1024. But do not know how to send X parameter to JVM using --JvmOptions. I tried following command but later on I could not start the service.
>tomcat5 //US//<service name> --JvmOptions "-Xns:128M;-Xgc:gencon;-Xstrictfp;-Xverbose:gc;-XverboseLog:GC.log;"
Let me know if anybody is having any idea on this.