Andrew Miehs wrote:
> Why not, as i asked before, just start two tomcats? - not pretty but it
> works...
> 
> ie:
> 
> Tomcat1 (webapp1) - Port 8080
> Tomcat2 (webapp2) - Port 8081
> 
> - Then setup tomcat1 with 70 threads, and tomcat2 with 30 threads....

This also gives good isolation between the web apps. The chances of a
problem with one impacting the other are slim.

If you want a single Java process, you could look at using multiple
service elements since connectors are associated with a service.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to