using different tomcat versions simultaneously?

2001-06-28 Thread alex chang
Hi, I've been playing with tomcat 3.3m3. But I want to start playing with 4.0-b5. I'm using Windows 2000. I was wondering if there's a way to use both at the same time? Thanks, -alex __ Do You Yahoo!? Get personalized email addresses from

Re: using different tomcat versions simultaneously?

2001-06-28 Thread D. Jay Newman
Sure. Just modify the server.xml files so that they are using different ports. I have two copies of tomcat 4b5 running on a production machine, plus a copy of tomact 3.2.x. I've been playing with tomcat 3.3m3. But I want to start playing with 4.0-b5. I'm using Windows 2000. I was wondering

Re: using different tomcat versions simultaneously?

2001-06-28 Thread Jason Koeninger
If you change the ports they listen on in their configuration files, they should run together just fine. I wouldn't think it would be any different than running multiple instances of Tomcat 3.3m3 except that you'll need 4.0b5 in a separate directory from 3.3m3. Best Regards, Jason Koeninger