if you don't install it as a service, it is as easy on windows as on
linux, there is no requirement for it to run as a service.
but if you want the simple way of creating two tomcats running as
services, don't use the tomcat provided wrapper, use:
http://people.apache.org/~fhanik/wrapper.html
this wrapper also allows for threads dumps, something the existing
wrapper is missing.
Filip
[EMAIL PROTECTED] wrote:
It depends on the environment you're running on...
In my experience, it is easier to get multiple Tomcat instances running
on Linux than it is on Windows.
For Linux, I just gzuniped the Tomcat installation package twice; once
in /usr/local/tomcat_01 and again in /usr/local/tomcat_02. I modified
the server.xml in the 2nd tomcat instance to use port :9090 and :943
instead of :8080 and :843 and that was it.
On Windows, I couldn't get two completely separate instances to install
and live together as services. The second installation overwrote all of
the magic in the Windows registry that had been configured by the first
tomcat installation so that after I installed both, only the 2nd tomcat
instance would start as a service. To get around this, I uninstalled
the 2nd tomcat instance and modified the server.xml in the first tomcat
instance to contain 2 separate <Service> blocks; each <Service> block
has its own <Host>, so you can configure the ports again to look as if
there are 2 separate tomcat installations running on that box.
Good luck,
Tom
-----Original Message-----
From: Pratap Parne [mailto:[EMAIL PROTECTED]
Sent: Friday, August 04, 2006 10:47 AM
To: users@tomcat.apache.org
Subject: steps multiple instances of tomcat
how to setup and deploy applications on multiple
instances of tomcat on a single box.can anyone give me
the steps to do that.plz make it clear.ow to run
application using any particular tomcat
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]