Re: Killing tomcat java process, Windows

2007-11-21 Thread raghav
Hey i need small information from you. please it is very urgent for me. can you tell me the procedure for creating the multiple instances for tomcat? plaese my mail id is [EMAIL PROTECTED] THanks, RAghavender jimpo wrote: I run two separate tomcat 6 instances on my development environment.

Re: Killing tomcat java process, Windows

2007-11-21 Thread Niki Diulgerov
Here is the procedure. I installed the second tomcat using this command: tomcat5.exe //IS//ApacheTomcat2 --DisplayName=Apache Tomcat 5 2 --Install=C:/Program Files/Apache Software Foundation/Tomcat 5.5 2/bin/tomcat5.exe --Jvm=auto --StartMode=jvm --StopMode=jvm

Re: Killing tomcat java process, Windows

2007-11-20 Thread myrealbruno
Janne, When running Tomcat as a Windows service it will appear in the task manager as - for instance - Tomcat5.exe. For each instance I use to rename the Tomcat executable to the instance name, so to distinguish between them easily. Note that you will have to change a bit the service installer

Re: Killing tomcat java process, Windows

2007-11-20 Thread jimpo
Great, seems like a good plan, I'll try that. It also seems there is no need to install support tools kit for the kill command, as Windows XP comes with taskkill command which I can use. br1 wrote: Janne, When running Tomcat as a Windows service it will appear in the task manager as -