On Tuesday 17 June 2008, Sean Carolan wrote:
> Hello Tomcat users:
>
> I need some help replacing the functionality of mod_jserv with mod_jk.
Hello Sean,
if you have to go through this, I suggest you to take a look at mod_proxy_ajp
of apache 2.2. It can itself replace mod_jk, and in my project (
Hello Tomcat users:
I need some help replacing the functionality of mod_jserv with mod_jk.
Here is the situation:
We have a legacy web-based java application that uses mod_jserv with
load balancing. Typically there are one or more Apache servers with
two java servers on the back-end. We also ha