RE: Is it possible to run a Tomcat 4.x and Tomcat 5.x on one computer

2005-05-11 Thread Peter Crowther
 From: ojay78 [mailto:[EMAIL PROTECTED] 
 I have 2 webapplications and one of them have to run with the 
 tomcat 4.x
 Version the other one I want do install it on the new 5.x 
 version. Can I install both tomcat versions on the same server?

Yes.  I have that configuration running here - 4.1.31 and 5.0.28.

 Are both versions independent, so when one crashs it has no 
 influence on the other?

They are independent.  Each runs in its own JVM.

 I tried it today but I could only detect one Tomcat process in the
 Taskmanager and I could only connect to the 4.x manager tool 
 although I gave
 one version the port 8080 and the other one 9090.???!!!

As Tim pointed out, check the shutdown ports as well (near the top of
server.xml as it is distributed) - they also need to be different.

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is it possible to run a Tomcat 4.x and Tomcat 5.x on one computer

2005-05-10 Thread Tim Funk
Yes you can run as many tomats as you wish.
Make sure the shutdown ports are different. The default is 8005.
-Tim
ojay78 wrote:
Hi,
 

I have 2 webapplications and one of them have to run with the tomcat 4.x
Version the other one I want do install it on the new 5.x version. Can I
install both tomcat versions on the same server?
 

Are both versions independent, so when one crashs it has no influence on the
other?
 

I tried it today but I could only detect one Tomcat process in the
Taskmanager and I could only connect to the 4.x manager tool although I gave
one version the port 8080 and the other one 9090.???!!!
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]