Re: Run multiple instances of tomcat on windows

2007-06-25 Thread David kerber
Ashish Kulkarni wrote: Hi The problem i am having is, when i installed second instance of tomcat it replaced the windows service for the first tomcat, so i have only one tomcat Use service.bat from the .zip package to create another service. The easiest way to handle this is to do the

Re: Run multiple instances of tomcat on windows

2007-06-25 Thread Cartman
You must create the directory structure... and set the environment vars. CATALINA_HOME/ CATALINA_HOME/bin CATALINA_HOME/common . . . . CATALINA_BASE/ CATALINA_BASE/instance1 CATALINA_BASE/instance1/conf CATALINA_BASE/instance1/webapps . . . CATALINA_BASE/ CATALINA_BASE/instance2

Re: Run multiple instances of tomcat on windows

2007-06-24 Thread Cartman
On 6/23/07, Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi I want to run 2 instance of tomcat on windows server, both of them are 5.5.20, 1. Is it possible to have them as 2 services so i can stop and start them independently? yes, each instance run its own service. 2. Do i have to install it

Re: Run multiple instances of tomcat on windows

2007-06-24 Thread Ashish Kulkarni
Hi The problem i am having is, when i installed second instance of tomcat it replaced the windows service for the first tomcat, so i have only one tomcat service in windows, can i install one more service in tomcat now for the first installed tomcat, if so how Ashish On 6/24/07, Cartman [EMAIL

Re: Run multiple instances of tomcat on windows

2007-06-24 Thread Cartman
I think that you are installing tomcat with the windows installer thats is not a good idea. I ever install tomcat with the file ziped; there, in the bin directory you find a service.bat, with this bat you can install tomcat as a windows service... and... you must install the services that

Run multiple instances of tomcat on windows

2007-06-23 Thread Ashish Kulkarni
Hi I want to run 2 instance of tomcat on windows server, both of them are 5.5.20, 1. Is it possible to have them as 2 services so i can stop and start them independently? 2. Do i have to install it twice? 3. Can i use java 1.4.2 for one and java 1.5.0 for other 4. I can setup one tomcat as