Yes, the shutdown ports need to be different for each instance.
On Wed, 2004-10-13 at 11:53, Jonathan Villa wrote: > I have about 5 users on a linux box...I want to be able to run 5 instances > of tomcat at the same time, each controlled by a different user... > > I know I'll have to make tomcat run on different ports, so I've looked at > the server.xml file... > > I've tried changing the ports for each different installation, but can > only get one instance running at a time... is there anything else I need > to modify... > > This is what I'm changing > > <Connector port="8085" > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" redirectPort="8443" acceptCount="100" > debug="0" connectionTimeout="20000" > disableUploadTimeout="true" /> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
