> From: Leo Donahue - PLANDEVX [mailto:donah...@mail.maricopa.gov] > Subject: Tomcat 5.0.28 and 6.0.18 on same server > > 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.
Use the 6.0 zip download for this purpose. > Some articles talk about editing the service.bat file Whoever authored that is someone to avoid. > some articles talk about just changing the start > and shutdown ports between the two versions. That's one of the correct ways to do it. You could also run separate IP addresses for the two Tomcats, if your environment allows that. Look in the server.xml files; you'll see port numbers on the <Server> and <Connector> elements, and you may see IP addresses on <Connector>. The shutdown port (normally 8005) must be unique, since it's used only on the fixed address 127.0.0.1. If there are any <Connector> elements you don't need (e.g., AJP), comment them out to make your job easier. The <Connector> elements left are the ones you'll need to make unique, either by IP address or port number. To install Tomcat 6.0 as a service, simply supply a unique name (e.g., Tomcat6) for the service.bat script: service install Tomcat6 - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org