I'd like to run two different versions of Tomcat on the same server if poss= ible.
I have Tomcat 5.0.28 running as a windows service from a non-zipped version= download. I'd like to be able to run Tomcat 6.0 on the same server. I'm not trying to setup a test and development environment, I actually have= to support an webapp that requires Tomcat 5.0.28 but I would also like to = run a webapp that supports JSF 1.2 Some of the articles I've read offer different approaches to doing this. S= ome articles talk about editing the service.bat file, some articles talk ab= out just changing the start and shutdown ports between the two versions. Can someone point me in the right direction to accomplish this? Leo