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
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
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