Re: dedicated servlet connections

2006-12-26 Thread Rainer Jung
No priorities. You can configure multiple connectors with different thread counts and let your lb route on the correct connector based on the URL. Alec Swan schrieb: > Rainer, > > we are not using Apache web server. Instead, HTTP requests get sent > directly > to the servlets in Tomcat. We do, ho

Re: dedicated servlet connections

2006-12-22 Thread Alec Swan
Rainer, we are not using Apache web server. Instead, HTTP requests get sent directly to the servlets in Tomcat. We do, however use the (hardware) load balancer. Is there a way to just configure Tomcat to allow some servlets have higher priorities than others or dedicate a pool of connections to

Re: dedicated servlet connections

2006-12-22 Thread Rainer Jung
You can configure two connectors with associated pools. If you need to talk to both parts of the app under the same name and port, you can front those two connectors (ports) with apache/mod_jk. With a sufficient recent version of mod_jk you can configure several workers to forward to different conn