Jiann-Ming Su, I am confused on your question. You seem to contradict yourself. Here is what I see as a contradiction:
1. 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? Here you are saying you want multiple instances of tomcat... 2. That is, if I want two instances from the same binary, would I set CATALINA_BASE as follows? Here you are saying you want to run 2 different web apps from 1 binary. Which of the above are you looking to do?? I can help you once I know the answer. Adam --- "Turner, John" <[EMAIL PROTECTED]> wrote: > > 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]> > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
