Remember to use different port numbers and remember to change the
redirectPort="443" to something else on second instance

-----Original Message-----
From: Deep Singh Bhau 
Sent: Saturday, February 16, 2002 3:31 PM
To: Tomcat Users List
Subject: RE: Is this possible with TOMCAT-> host:8080 AND host:8585

Yes it is possible to run tomcat on different ports... all u need is to
create two server.xml files that too with different ports. Then run the
tomcat with the following options

Startup -f "server.xml"  
Startup -f "server1.xml" 

In this way u will have two instances of tomcat running on different
ports.

Regards
Deep
-----Original Message-----
From: Anton Brazhnyk [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 16, 2002 2:23 PM
To: Tomcat Users List
Subject: RE: Is this possible with TOMCAT-> host:8080 AND host:8585

Hi,

> -----Original Message-----
> From: Luis Pinho [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 15, 2002 8:49 PM
> To: '[EMAIL PROTECTED]'
> Subject: Is this possible with TOMCAT-> host:8080 AND host:8585
> 
> 
> Hi There,
> 
> Is it possible to run TOMCAT at different ports, at the same time?
> 
> Like:
> 
> host:8080
> 
> and 
> 
> host:1234
> 
> 
> If yes, how is this done, and where do I put the HTML files (in 
> the disk...)
> 

Assuming you use TC4 (I'm not familiar with 3.x)
Yes, its possible. And it all up to you where to put your files.
All this staff is covered in tomcat docs.
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html

> Can I have two or more copies of TOMCAT in the PC running at the 
> same time,
> running at different port's and installed at different locations 
> of the HD?
> 

Yep, good way to start is RUNNING.txt under dir TC is installed.

> 
> Thanks
> 
> Pinho
> 

Anton

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to