I have two applications in Tomcat and I want to run each as its own windows service. I have installed apache-tomcat-6.0.18.exe and it runs as a windows service. Stopping and starting the Tomcat windows service will also stop and start both App1 and App2. I want to be able to stop App1 without stopping App 2. I have been doing this with Jrun with multiple web apps each running as an independent windows service but I have not been able to find a way to do this in Tomcat and have not been able to find any information about anyone doing this. Is this even possible? Regards,
Joe Wallace