Re: Newbie to Version 5.5

2004-09-06 Thread Tim Funk
Yes. The easiest way is to make multiple copies of the dist in different 
directries and make sure server.xml soes not have any overlapping ports.

So ...
- get it working
- copy the distribution to a new dir
- Change the ports,addresses, dirs as needed
-Tim
Freddy Villalba wrote:
Hi,
I just downloaded version 5.5. I'm interested in having several instances of
the server running on the same Windows machine (different ports, obviously).
Is this possible? Where can I find the documentation for doing so? In case
it is not possible (with a single installation), is it possible to have
Tomcat installed several times on the same Windows machine (and have them
run concurrently)?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Newbie to Version 5.5

2004-09-06 Thread Remy Maucherat
On Mon, 6 Sep 2004 15:04:57 +0200, Freddy Villalba
[EMAIL PROTECTED] wrote:
 Hi,
 
 I just downloaded version 5.5. I'm interested in having several instances of
 the server running on the same Windows machine (different ports, obviously).
 Is this possible? Where can I find the documentation for doing so? In case
 it is not possible (with a single installation), is it possible to have
 Tomcat installed several times on the same Windows machine (and have them
 run concurrently)?

One word of advice if you're new to Tomcat: the 5.5 branch is in alpha
mode right now, and there are things which don't work right in 5.5.0.
You at least be ready to upgrade frequently to pick up the bugfixes.
If you want a good first experience, try 5.0.28.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie to Version 5.5

2004-09-06 Thread Freddy Villalba
Thanks, Tim.

Just one more question... if I copy the dist files, how am I supposed to
configure the CATALINA_HOME and CATALINA_BASE variables for each copy???
(it's unique, so it can't be valid for all the copies I configure, am I
right?)

I really appreciate your help.

Cheers.

-Mensaje original-
De: Tim Funk [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 06 de septiembre de 2004 16:47
Para: Tomcat Users List
Asunto: Re: Newbie to Version 5.5


Yes. The easiest way is to make multiple copies of the dist in different
directries and make sure server.xml soes not have any overlapping ports.

So ...
- get it working
- copy the distribution to a new dir
- Change the ports,addresses, dirs as needed

-Tim

Freddy Villalba wrote:
 Hi,

 I just downloaded version 5.5. I'm interested in having several instances
of
 the server running on the same Windows machine (different ports,
obviously).
 Is this possible? Where can I find the documentation for doing so? In case
 it is not possible (with a single installation), is it possible to have
 Tomcat installed several times on the same Windows machine (and have them
 run concurrently)?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Newbie to Version 5.5

2004-09-06 Thread QM
On Mon, Sep 06, 2004 at 06:25:01PM +0200, Freddy Villalba wrote:
: Just one more question... if I copy the dist files, how am I supposed to
: configure the CATALINA_HOME and CATALINA_BASE variables for each copy???
: (it's unique, so it can't be valid for all the copies I configure, am I
: right?)

Me, I use a separate start/stop script for each instance.  That script
sets relevant env vars and calls the global startup.sh/shutdown.sh.

Is that what you mean?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie to Version 5.5

2004-09-06 Thread Freddy Villalba
Yes, QM. You are absolutely right. If I use different copies of the files, I
can start them in different environments with a .bat and that would isolate
the local value for each one. Right?

However, is it possible to have multiple instances run as separate Windows
services (so I am able to shutdown / start them up independently? (again,
the variable value issue and all of that)

Thanx in advance,
Freddy.

-Mensaje original-
De: QM [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 06 de septiembre de 2004 19:38
Para: Tomcat Users List
Asunto: Re: Newbie to Version 5.5


On Mon, Sep 06, 2004 at 06:25:01PM +0200, Freddy Villalba wrote:
: Just one more question... if I copy the dist files, how am I supposed to
: configure the CATALINA_HOME and CATALINA_BASE variables for each copy???
: (it's unique, so it can't be valid for all the copies I configure, am I
: right?)

Me, I use a separate start/stop script for each instance.  That script
sets relevant env vars and calls the global startup.sh/shutdown.sh.

Is that what you mean?

-QM

--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]