Hi,
I'm installing tomcat as service on my machine. I used to work with tomcat 5.0 and after installing it I updated it by the following command: "Tomcat\bin\tomcat5.exe" //US//serviceName -Startup Auto ++JvmOptions -Xms512m;-Xmx1024m This worked great and I used to get exit value of 0 that indicates it was executed well. After I've updated tomcat to version 5.5 and perform the same command I received exit value of 6. What does this exit value indicates? Was there a problem with updating the service? Thanks, Lital