Hello dwightHugget, Tuesday, April 1, 2003, 11:43:12 PM, you wrote:
d> Can anyone point me to how to get this type of setup. d> I want to have multiple instance of tomcat running on the same machine under d> different ports, say 80, 8080, & 8888. d> Would I achieve this if I setup an env variable called CATALINA_BASE as d> described in the RUNNING.txt file ? d> I have only one server box and want to have a production, development, and d> experiment capability. d> Finally, how can I run 2 different release of Tomcat ? d> Say, I want to run 4.1.24 and 5 on the same machine. I think you could just add connectors on other ports in your server.xml file. I didn't try to run Tomcat 5 with tomcat 4, but I had Tomcat 3.3 and Tomcat 4.0.3 running this way. I've just configured instances so that they used different TCP ports. -- Best regards, Serges mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
