jk2 worker assignment
843841Jan 22 2004 — edited Jan 23 2004Anyone know how individual servlet are assigned to different 'worker' threads with the jk2 connector?
With the old jk connector you create the workers in TOMCAT/conf/jk/workers.properties.
Then you assign a servlet to that worker in httpd.conf using something like
JkMount /myServlet/servlet/myServlet myWorker
However I can not find reference to these workers in the jk2 documentation and I need to have different applications on different JVM's.
Any help would be great!