Re: 3 instance of Tomcat Server

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 1:26 AM, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: > > > How can i install 3 instance of Tomcat Server on a single host > > > Make each instance use its own port (for incoming requests and shutdown > command). Or separate IP addresses, t

Re: 3 instance of Tomcat Server

2008-04-08 Thread William Bonnet
Hi > How can i install 3 instance of Tomcat Server on a single host You have to make the different instances listen on different ports. To use a different port number, back up and edit the port attribute value of Connector element in $CATALINA_HOME/conf/server.xml Exemple : http://localh

Re: 3 instance of Tomcat Server

2008-04-08 Thread Mikolaj Rydzewski
Kaushal Shriyan wrote: How can i install 3 instance of Tomcat Server on a single host Make each instance use its own port (for incoming requests and shutdown command). -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

3 instance of Tomcat Server

2008-04-07 Thread Kaushal Shriyan
Hi, How can i install 3 instance of Tomcat Server on a single host Thanks and Regards Kaushal