Yes you can use as many as you want. Set the different CATALINA_BASE for each server. Create a conf, logs, work, webapps and temp directory for each CATALINA_BASE directory.
copy the configration files in conf directory of each CATALINA_BASE. And change the ports of conenctors you are using in your server.xml. Also change the shutdown port. Deploy your applications in the webapps of each tomcat installation. Now you can start the tomcat with for each CATALINA_BASE Raj Vincent Berruchon wrote: > Hello, > is it possible to install two Tomcat server on the same machine, note > that I use FreeBSD (4.6) and the agoal would be to have a development > server and a "production" server? > > Got hints or tricks about that? > > Thanks > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
