Re: 2 tomcat on the same PC

2006-08-24 Thread Yan Bai
Thanks, for all your kind helps. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 2 tomcat on the same PC

2006-08-24 Thread Peter Crowther
> From: Yan Bai [mailto:[EMAIL PROTECTED] > what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a > system environmental variable, don't know which directory shall > $c_base point to. It's where the Tomcat instance's config files, work files and webapps live. If you don't separate o

RE: 2 tomcat on the same PC

2006-08-23 Thread Roger Alix-Gaudreau
ame. You might also be interested in reading through the batch file itself, for more details. Roger Alix-Gaudreau Manhattan Associates, Inc. -Original Message- From: Yan Bai [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 2:56 PM To: Tomcat Users List Subject: Re: 2 tomcat

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 10:31 AM To: Tomcat Users List Subject: Re: 2 tomcat on the same PC It doesn't work in my case. even after changed the port numbers in one server.xml. I have both T4.1 and T5.5 installed on win XP. becoz CATALINA_HOME point to where

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
Thanks Peter. what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a system environmental variable, don't know which directory shall $c_base point to. On 8/23/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Yan Bai [mailto:[EMAIL PROTECTED] > It doesn't work in my case. even

RE: 2 tomcat on the same PC

2006-08-23 Thread Peter Crowther
> From: Yan Bai [mailto:[EMAIL PROTECTED] > It doesn't work in my case. even after changed the port numbers in one > server.xml. > I have both T4.1 and T5.5 installed on win XP. > becoz CATALINA_HOME point to where T5 is, even explicitly call T4 > 'startup' script, T5 server is started. > Any othe

RE: 2 tomcat on the same PC

2006-08-23 Thread Robert Harper
user for each of them where the user specifies a different environment. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Yan Bai [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 10:31 AM To: Tomcat Users List Subject: Re: 2 tomcat on the same PC It

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
It doesn't work in my case. even after changed the port numbers in one server.xml. I have both T4.1 and T5.5 installed on win XP. becoz CATALINA_HOME point to where T5 is, even explicitly call T4 'startup' script, T5 server is started. Any other tricks to make both work? On 8/18/06, Peter Crowthe

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > d:/tomcat_server_1/tomcat_5/bin/tomcat5w.exe I don't know for sure, but tomcat5w.exe *may* look for other Tomcats running and refuse to start if it sees one. I suggest using startup.bat instead. - Peter -

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > You've introduced a collision for the same resources > > Tomcat1 starts up and acquires listener connection for all > ports configured > within server.xml (default is 8080) > Tomcat2 starts up and attempts to acquire listener connection > on al

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
- >>To start a new topic, e-mail: users@tomcat.apache.org >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -

RE: 2 tomcat on the same PC

2006-08-18 Thread Martin Gainty
You've introduced a collision for the same resources Tomcat1 starts up and acquires listener connection for all ports configured within server.xml (default is 8080) Tomcat2 starts up and attempts to acquire listener connection on all ports configured within server.xml (goes after 8080) so.. T

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
g > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/2-tomcat-on-the-same-PC-tf2126311.html#a5868592 Sent from the Tomcat - User forum at Nabble.com. --

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > when I run tomcat 5.0 and then starting to run the second > installed tomcat > 5.0 it throws System error: > tomcat 5.0 application is already running. > why??? > I configure conf/server.xml file, change with inused port numbers. > what is wrong? > can yo

RE: 2 tomcat on the same PC

2006-08-18 Thread tamri
nds, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/2-tomcat-on-the-same-PC-tf2126311.html#a5868096 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@to

Re: 2 tomcat on the same PC

2006-08-18 Thread Li
Hi peter You are right. I had run 2 tomcat instances in the same server before, it is painful. But it did avoid application level single point of failure. A redundancy strategy is required but not for all situations. I am also running a small tomcat cluster at home. If budget is allowed, a redun

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: Li [mailto:[EMAIL PROTECTED] > why you wanna run 2tomcat? It eats up a lot of RAM ... if you > wanna run two webapps, just define to context ... I'm not saying the OP wants to do any of these, but here are the reasons I run multiple Tomcats on one box: - Isolation. One bad webapp only

Re: 2 tomcat on the same PC

2006-08-18 Thread Li
why you wanna run 2tomcat? It eats up a lot of RAM ... if you wanna run two webapps, just define to context ... On 8/18/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: tamri [mailto:[EMAIL PROTECTED] > I have installed tomcat1.5 on the same PC on the 2 other > directory(c:\\tomcat1.5 and

RE: 2 tomcat on the same PC

2006-08-18 Thread Peter Crowther
> From: tamri [mailto:[EMAIL PROTECTED] > I have installed tomcat1.5 on the same PC on the 2 other > directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two > tomcat together. > I want to run theese two tomcats together, can I do this? > how it to do? Pick one Tomcat. Edit its conf/server.x

Re: 2 tomcat on the same PC

2006-08-18 Thread Edoardo Panfili
tamri ha scritto: I have installed tomcat1.5 on the same PC on the 2 other directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two tomcat together. I want to run theese two tomcats together, can I do this? how it to do? try to look at the configuration file($CATALINA_BASE/conf/server.xml),

2 tomcat on the same PC

2006-08-18 Thread tamri
I have installed tomcat1.5 on the same PC on the 2 other directory(c:\\tomcat1.5 and d:\tomcat1.5) .I can't run two tomcat together. I want to run theese two tomcats together, can I do this? how it to do? -- View this message in context: http://www.nabble.com/2-tomcat-on-the-same-PC-tf21