Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-22 Thread Kapil Godara
Hi, Thanks a lot to all. I achieved the Goal :) But still not able to install the second tomcat instance as Windows Service. Where do i need to make changes? What I did next is Step 1 - Copied the contents of C:\tomcat1 into C:\tomcat2 Step 2 - Changed the Http, shutdown and ajp connecter port in

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Kapil Godara
Hi Andre, I did as suggested. Tomcat is running fine as service Tomcat1. I have set CATALINA_HOME=C:\tomcat1 and CATALINA_BASE=C:\tomcat1 (I set the env var from Control Panel -> System Properties ->Advanced -> Environment Variables -> System variables) What is the next step for additional insta

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread André Warnier
Kapil Godara wrote: Hi I copied the entire folder Tomcat 6.0 at C:\Program Files\Apache Software Foundation (where tomcat is installed) to Tomcat_instance2 . ... Let's start again, from the beginning. This has been discussed many times on this forum, but I believe it is worth repeating it, b

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Peter Crowther
On 21 April 2010 13:04, Kapil Godara wrote: > (I installed tomcat 6.0.20 using apache-tomcat-6.0.20.exe, it does not > create any startup.bat or shutdown.bat file in bin folder. this > installation > creates window service. tomcat6w.exe in turn calls tomcat6.exe) > > That's your issue. For no go

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Kapil Godara
Hi I copied the entire folder Tomcat 6.0 at C:\Program Files\Apache Software Foundation (where tomcat is installed) to Tomcat_instance2 . (I installed tomcat 6.0.20 using apache-tomcat-6.0.20.exe, it does not create any startup.bat or shutdown.bat file in bin folder. this installation creates wind

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Pid
On 21/04/2010 12:02, Kapil Godara wrote: > Hi > > There is no startup.bat in bin folder. following are the 5 files in bin > folder > > 1.bootstrap.jar > 2.tomcat-juli.jar > 3.tcnative-1.dll > 4.tomcat6.exe > 5.tomcat6w.exe > > Regards > kapil I think you didn't copy the entire installation. Yo

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Kapil Godara
Hi There is no startup.bat in bin folder. following are the 5 files in bin folder 1.bootstrap.jar 2.tomcat-juli.jar 3.tcnative-1.dll 4.tomcat6.exe 5.tomcat6w.exe Regards kapil On Wed, Apr 21, 2010 at 4:29 PM, Mercy wrote: > Hi, > > Please try to execute *startup.bat* in bin folder to startu

Re: How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Mercy
Hi, Please try to execute *startup.bat* in bin folder to startup your tomcat instance. Kind regards, Mercy Kapil Godara wrote: Hi, My requirement: To install Opensso and Policy agent on Tomcat 6.0.20 on single windows server. I installed Opensso on default tomcat port 8080 but to install

How to run second instance of Tomcat 6.0.20 on separate port

2010-04-21 Thread Kapil Godara
Hi, My requirement: To install Opensso and Policy agent on Tomcat 6.0.20 on single windows server. I installed Opensso on default tomcat port 8080 but to install the Poilcy agent I need to create a separate instance of tomcat on different port say 8081. My procedure: Step 1 - Installed tomcat 6.0