Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jk2 worker assignment

843841Jan 22 2004 — edited Jan 23 2004
Anyone 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2004
Added on Jan 22 2004
1 comment
98 views