Hi All, I am resending this mail for the nth time hoping to get an answers from the experts here.
Anyway my question is if the following is a supported config: I want to run multiples instances of embedded Tomcat all against the same base directory. Is such a configuration supported? Something like C:\tomcat>java -Dcatalina.home=c:\tomcat org.apache.catalina.startup.Catalina -config .\conf\server.xml start C:\tomcat>java -Dcatalina.home=c:\tomcat org.apache.catalina.startup.Catalina -config .\conf1\server.xml start 1. Can all the instance work off the same web application files on disk - will there be any problem between the tomcat instances all sharing the same web application files on disk? 2. Will there be a problem with the work directory. I cant seem to find an api to tell every embedded tomcat to use different directories. Any help will be greatly appreciated! Thanx Ganesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
