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
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
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
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
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
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
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
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
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