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
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
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
Hi,
How can i install 3 instance of Tomcat Server on a single host
Thanks and Regards
Kaushal