Hi -
I don't think that will work. As far as I know, you need to run a separate Tomcat process for each CATALINA_BASE, with the appropriate environment. The easiest thing to do would be to setup some small shell scripts to start/stop each instance, and in each script change CATALINA_BASE accordingly. I haven't done this yet, I am still working on one instance of Tomcat, but the only document I was able to find that addresses the usage of CATALINA_BASE was here: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp http://www.codesta.com/knowledge/technical/tomcat_warp_apache/printable_vers ion.jsp (printer ready) Hope this helps. John Turner [EMAIL PROTECTED] http://www.aas.com -----Original Message----- From: Jiann-Ming Su [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:04 PM To: [EMAIL PROTECTED] Subject: CATALINA_BASE? The RUNNING.txt wasn't exactly clear on this, but if I want to run multiple instances of tomcat, do I simply set the CATALINA_BASE variable to as many base directories as I need instances? That is, if I want two instances from the same binary, would I set CATALINA_BASE as follows? export CATALINA_BASE="/home/catalina1:/home/catalina2" -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
