RE: Regarding Multiple Instances

2002-11-19 Thread Lee Grey
Tomcat is a Java-based server, so your PERL/CGI application will be served by Apache, not by Tomcat. Best wishes, Lee Grey -Original Message- From: raghavendra roddam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: Regarding Multiple Inst

RE: Regarding Multiple Instances

2002-11-19 Thread Ralph Einfeldt
You have different options: - Use n web applications in one tomcat instance In this case you just have one CATALINA_BASE Each web application has its own context. - Use x instances of tomcat to run 1 to y web applications per tomcat. In this case you have to set the environment variab