two tomcat instances

2003-09-22 Thread Chris Daly
hi i have an application which uses tomcat 4.0 and i have copied the application and tomcat to two different folders. as far as i can see i have changed the configuration settings on the second instance of server xml which are different server ports different ajp13 connector ports different

RE: When to use two tomcat instances

2002-11-14 Thread Turner, John
Subject: RE: When to use two tomcat instances Thanks, john for clearing it up. Seems this time I asked the correct question, so I got your reply. it's the first time I got my posted question answered... Chasee Turner, John [EMAIL PROTECTED] wrote: Two Tomcat instances = two separate

RE: When to use two tomcat instances

2002-11-14 Thread Turner, John
My bad. I used the word installation improperly. There is only one set of Tomcat binaries. John -Original Message- From: Josh G [mailto:josh;gfunk007.com] Sent: Wednesday, November 13, 2002 10:35 PM To: Tomcat Users List Subject: Re: When to use two tomcat instances You

RE: When to use two tomcat instances

2002-11-14 Thread Turner, John
is manageable by itself without bothering other instances. John -Original Message- From: Christopher Moon [mailto:cmoon;fas.harvard.edu] Sent: Wednesday, November 13, 2002 10:54 PM To: Tomcat Users List Subject: Re: When to use two tomcat instances I use multiple Tomcat instances

Re: When to use two tomcat instances

2002-11-14 Thread Craig R. McClanahan
On 13 Nov 2002, kathee wrote: Date: 13 Nov 2002 23:11:32 -0500 From: kathee [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: When to use two tomcat instances Is there a way, using the server.xml files to tell

When to use two tomcat instances

2002-11-13 Thread chasee
Hello all, Just got this question: when do we need two tomcat instances? and what does it mean? two copies of web server or the server creates two instances when it is started? I'd appreciate any response. Chasee - Do you Yahoo!? Yahoo! Web Hosting - Let

RE: When to use two tomcat instances

2002-11-13 Thread Turner, John
Two Tomcat instances = two separate installations of Tomcat. Different server.xml, different work directory, different webapp root. As far as when do you need it that's up to you, there is no hard and fast rule. We use multiple Tomcats because it allows us to segregate our clients' apps

RE: When to use two tomcat instances

2002-11-13 Thread chasee
Thanks, john for clearing it up. Seems this time I asked the correct question, so I got your reply. it's the first time I got my posted question answered... Chasee Turner, John [EMAIL PROTECTED] wrote: Two Tomcat instances = two separate installations of Tomcat. Different server.xml, different

Re: When to use two tomcat instances

2002-11-13 Thread Josh G
to use two tomcat instances Two Tomcat instances = two separate installations of Tomcat. Different server.xml, different work directory, different webapp root. As far as when do you need it that's up to you, there is no hard and fast rule. We use multiple Tomcats because it allows us

Re: When to use two tomcat instances

2002-11-13 Thread Christopher Moon
I use multiple Tomcat instances...one for production, testing, development and training. I have decided to get with multiple instances for testing and development it is nice to be able to test different versions of the JDK, which to the best of my knowledge you cannot set in the server.xml and it

Re: When to use two tomcat instances

2002-11-13 Thread kathee
Is there a way, using the server.xml files to tell the instances to listen on the same port, but on different NICs?? Kat On Wed, 2002-11-13 at 22:34, Josh G wrote: You don't need two installs, just two server.xml files. I do it to keep both development and test versions of a site which uses

Re: When to use two tomcat instances

2002-11-13 Thread Josh G
- Original Message - From: Christopher Moon [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 1:54 PM Subject: Re: When to use two tomcat instances I use multiple Tomcat instances...one for production, testing, development and training. I have

Re: When to use two tomcat instances

2002-11-13 Thread chasee
Thanks to all for sharing your insights and nice opinions! I read through running.txt. the original purpose of introducing catalina_base to help with multiple instances might be to meet the needs of different applications. I guess different conf’s, logs and webapps directories are required.

Re: When to use two tomcat instances

2002-11-13 Thread Josh G
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 2:11 PM Subject: Re: When to use two tomcat instances Is there a way, using the server.xml files to tell the instances to listen on the same port, but on different NICs?? Kat On Wed, 2002-11-13 at 22:34, Josh G wrote: You

Re: When to use two tomcat instances

2002-11-13 Thread Hassan Schroeder
kathee wrote: Is there a way, using the server.xml files to tell the instances to listen on the same port, but on different NICs?? See the sections: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#standard_contexts and