Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running two tomcats

Status
Not open for further replies.

windskystar

Programmer
Nov 19, 2003
1
US
I want to run two tomcats in one machine... but i can set only one environment variable(CATALINA_HOME). is there any way to run two tomcats in one machine?
 
Hi,

You can run 2 different instances of tomcat. Just make sure you serlvet container is listening on 2 different Ports.

If you are running the same version of tomcats then I dont think you need to set2 different environment variables.

Cheers,
Venu
 
I run 6 copies of 4.1.24 on a little solairs server with 512 mb mem. Each one has its own tomcat dir and each one uses a different port. I define a different JAVA_HOME for each start script thats all.

Dobby.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top