Hi, Thanks for sharing a very valuable information with the users of apache tomcat but there is also a very simple way to run multiple instances of apache tomcat 6 given in the post on under given blog;
http://www.itoperationz.com/2009/07/multiple-instances-of-apache-tomcat-6-on-debain5-lenny/ Regards, Azhar Ali prasad.gowda wrote: > > Hi, > > > > I have a setup like this for running multiple instance of tomcat > installation > > > > CATALINA_HOME is set to the tomcat installation dir > (D:/apache-tomcat-6.0.14) > > CATALINA_BASE is set to the personal tomcat instance (D:/test/tomcat) > > > > Under my personal tomcat dir(D:/test/tomcat), I have the following > dir/files > > > > conf > > Catalina > > localhost > > context.xml > > catalina.policy > > server.xml > > tomcat-users.xml > > web.xml > > lib > > logs > > webapps > > > > Contents of context.xml are as follows - > > > > > > > > > > In the "D:/test/LATEST/docs" directory, I have a "index.html" page and > "index.html" is part of the welcome-file-list in web.xml > > The personal tomcat instance is configured to run on port 6060. > > > > When user types in http://localhost:6060 I > expect to see the contents of index.html but I see a blank page - no > errors, nothing in the accesslog > > > > The same setup works fine with tomcat 5.0.24 but not in tomcat 6.x > > > > Is there some other configuration that needs to be done to get this > running on Tomcat 6.x? > > > > Thanks, > > Prasad > > > -- View this message in context: http://www.nabble.com/Running-multiple-tomcat-instances-with-Tomcat-6.0.14-tp15065011p24983794.html Sent from the Tomcat - User mailing list archive at Nabble.com.