- Each port that is in use must be unique across the instances of tomcat. So you have to change all ports that are used. (So the first task, is to throw out every thing you don't need) To be more precise each combination of port and IP must be unique. It's possible to setup differenzt IP's on one maschine and use the same port on each of them)
- What's the problem ? In my installation startup.sh etc. are readable and executable by anybody. If you don't like that, you can make local copies that are owned by the owner of the site. > -----Original Message----- > From: Christian Hauser [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 3:57 PM > To: Tomcat Users List > Subject: Multiple Tomcat instances > > I'm new to Tomcat administration and would like to switch from > ServletExec to Tomcat 4.1. > > However, I have some difficulty understanding how to set up different > Tomcat instances. I'd like to have different Tomcat instances > for each developer (to test web applications) and for each application. > > Tomcat is installed into /usr/local/tomcat-4.1.24 > (CATALINA_HOME). Every developer and web application > should now have its own instance somewhere (CATALINA_BASE). > > For example: /home/chauser/tomcat in my case (CATALINA_BASE). This > directory contains some folders: logs, conf, work, webapps, bin. > > Which port to change? > In the conf directory I'd like to put a tailored versions of > web.xml and > server.xml, but I don't know which Port I have to change. > > How to deal with user/root problems? > When I have a start, stop or restart script in <CATALINA_BASE>/bin, I > cannot startup or shutdown tomcat, because the startup.sh and > shutdown.sh (in <CATALINA_HOME>/bin) belong to root. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
