Multiple Tomcat Instances

2001-09-06 Thread Abhijat Thakur
Hi, I am trying to configure multiple(2) instances of tomcat with apache. For this i have to modify the server.xml file. Now i have made two server.xml files (server1.xml and server2.xml). For server1.xml file in the connectors i have HttpConnectionHandler listening on port 8080 and the Ajp12Conn

Re: Multiple Tomcat Instances

2001-09-06 Thread Denis Haskin
Abhijat Thakur wrote: > I need to run multiple instances of Tomcat on Apache. As mentioned in > documentation i have the two server.xml files specifying two different > ports. Tomcat starts fine with the two server.xml files. > > I might be wrong when it comes to changes in Apache configuration

RE: Multiple Tomcat Instances

2001-09-06 Thread Larry Isaacs
ember 05, 2001 7:42 PM > To: [EMAIL PROTECTED] > Subject: Multiple Tomcat Instances > > > > Hi, > > I need to run multiple instances of Tomcat on Apache. As mentioned in > documentation i have the two server.xml files specifying two > different > ports. Tomc

Antwort: Multiple Tomcat Instances

2001-09-06 Thread Stefan . Raschke
Hi If you need a custom config you can not use *auto for obvious reasons (it will be overwritten everytime tomcat starts) Copy it and include your copy. Of course you must do subsequent changes to the config yourself. (contexts, ...) Additionally you have to tell apache which workers to use fo

Multiple Tomcat Instances

2001-09-05 Thread Abhijat Thakur
Hi, I need to run multiple instances of Tomcat on Apache. As mentioned in documentation i have the two server.xml files specifying two different ports. Tomcat starts fine with the two server.xml files. I might be wrong when it comes to changes in Apache configuration that need to be done when

Multiple Tomcat Instances

2001-09-05 Thread Abhijat Thakur
Hi, I need to run multiple instances of Tomcat on Apache. As mentioned in documentation i have the two server.xml files specifying two different ports. Tomcat starts fine with the two server.xml files. I might be wrong when it comes to changes in Apache configuration that need to be done when m

Multiple tomcat instances launch by two different users and one apache server

2001-08-10 Thread julien coulmeau
Hello everybody, I am using tomcat 3.2 with apache 1.3.20 on solaris 2.6 i am trying to have two instances of tomcat each serving one particular context and run by one unix user I have only one tomcat directory structure unix user1 should run tomcat to serve web application webapps/app1 unix

Multiple tomcat instances launch by two different users and one apache server

2001-08-10 Thread julien coulmeau
Hello everybody, I am using tomcat 3.2 with apache 1.3.20 on solaris 2.6 i am trying to have two instances of tomcat each serving one particular context and run by one unix user I have only one tomcat directory structure unix user1 should run tomcat to serve web application webapps/app1 unix

RE: Apache with multiple Tomcat Instances

2001-07-03 Thread Saurabh Shukla
Yes i have used it. I wont be able to give any pointers until u tell me what you are planning to implement. shuklix -Original Message- From: Vinay Menon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:26 AM To: Tomcat Dev; Tomcat User Subject: Apache with multiple Tomcat

Apache with multiple Tomcat Instances

2001-07-02 Thread Vinay Menon
Hello, Had posted this question a couple of days back but never heard from anyone! Has anyone tried integration Apache with multiple instances of Tomcat? Any pointers would be appreciated. Many Thanks Vinay

RE: NT 4.0 + IIS + Multiple tomcat instances

2001-01-22 Thread Etienne Baert \(SPS Office\)
instances Hello, Am trying to setup multiple tomcat instances under nt, when adding the registry entries for the isapi redirector what should I set regarding the second instance of tomcat, tried using "2.0" as the final key and then setup the strings under this in regedit but the service refuse

NT 4.0 + IIS + Multiple tomcat instances

2001-01-22 Thread Mark Parish
Hello, Am trying to setup multiple tomcat instances under nt, when adding the registry entries for the isapi redirector what should I set regarding the second instance of tomcat, tried using "2.0" as the final key and then setup the strings under this in regedit but the service refuse

Re: Multiple Tomcat instances on one machine

2001-01-17 Thread William Au
iam Au [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, January 17, 2001 3:42 PM > > To: [EMAIL PROTECTED] > > Cc: Kitching Simon > > Subject: Re: Multiple Tomcat instances on one machine > > > > Besides server.xml, how do I setup Tomcat so that eac

Re: Multiple Tomcat instances on one machine

2001-01-17 Thread William Au
iginal Message- > From: William Au [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 3:10 PM > To: [EMAIL PROTECTED] > Subject: Multiple Tomcat instances on one machine > > I would like to run multiple Tomcat instances on one machine, each using > a differ

Re: Multiple Tomcat instances on one machine

2001-01-11 Thread William Au
directory as a sibling > to the "conf" directory to hold webapps. I guess that you can > also point multiple instances to the same docBase - but > haven't tried it. > > Cheers, > > Simon > > -Original Message- > > From: William Au [SMTP:[EMAIL PR

Re: Multiple Tomcat instances on one machine

2001-01-11 Thread Shahed Ali
can I just have one common set of binaries with multiple >server.xml >and other configuration files? > >Bill Yes. I have the same config and it works fine. > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: Multiple Tomcat instances on one machine

2001-01-11 Thread Kitching Simon
m Au [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 3:10 PM > To: [EMAIL PROTECTED] > Subject: Multiple Tomcat instances on one machine > > I would like to run multiple Tomcat instances on one machine, each using > a different > port number. Do I ne

Multiple Tomcat instances on one machine

2001-01-11 Thread William Au
I would like to run multiple Tomcat instances on one machine, each using a different port number. Do I need to have a seperate, full copy ofTOMCAT_HOME for each instance? Or can I just have one common set of binaries with multiple server.xml and other configuration files? Bill

<    1   2