Hi,
I'm having a problem coming up with the configuration for the following
scenario.
I have reviewed the Tomcat-Workers-HowTo.html and the mod_jk HowTo.html
files.
I have a single threaded servlet (it interfaces to existing non thread
safe 'C' code) which I want to run using apache mod_jk and tomcat.
In order to sustain sufficient throughput it will be necessary to run
the servlet using multiple JVMs.
I understand how to set up a named worker and can sucessfully create
more that one tomcat instance listening on different ports, and can get
apache to direct requests to different worker tomcat instances based on
their virtual path.
How can set up a load balanced configuration which uses multiple JVMs
for the same virtual host and path, or is it even possible?
Regards,
Niall
Apache Version: 1.3.14
Tomcat Version 3.2