RE: two instances of tomcat (in diferent ports) on the same machine

2002-09-19 Thread Turner, John
Yes, this is absolutely possible. I have 13 instances (Tomcat 3.1) running on a single server at the moment. You will need a different server.xml for each, a different work directory for each, and each must be on its own connector port (whichever connector you choose to use). At least, that

Re: two instances of tomcat (in diferent ports) on the same machine

2002-09-19 Thread Padhu Vinirs
You have to set CATALINA_HOME for each instance. A batch/shell script can export/set parent directory ( assuming you are in bin directory ) as CATALINA_HOME and then call startup/shutdown. -- padhu Christian J. Dechery wrote: I tried that... but I get some kind of conflict with