On Tue, Jan 29, 2002 at 07:31:38PM -0800, August Gresens wrote: > Using the method described in the RUNNING.txt that comes with the Tomcat > installation, I'm trying to install multiple instances of Tomcat 4.1 on > a Linux server, so that multiple developers can work independently. > > I'm running into some problems, however. Here is what I have done so > far.. > > 1. I copy the appropriate directories (conf, webapps, work, logs) from > the Tomcat installation into a directory in my user's home directory > called "tomcat" > 1. I configure the CATALINA_BASE ENVIRONMENT for each user to be > CATALINA_BASE=$HOME/tomcat > 2. In USER B's server.xml file, I change the port attribute of the > Connector element to be 8081 (not used by my machine).
Try changing <Server port="8005" shutdown="SHUTDOWN" debug="0"> to use a different port number. Also, have you disabled the AJP1.3 connector on port 8009? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
