I tried to get it to work with JK1.2 but I got the same page not found error.
There was no workers.properties and uriworkermap.properties files in Tomcat 5.5.20 so I had to make my own. This might be the problem. I put the following in workers.preperties (from Tomcat's site): # Define 1 real worker using ajp13 worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.lbfactor=50 worker.worker1.cachesize=10 worker.worker1.cache_timeout=600 worker.worker1.socket_keepalive=1 worker.worker1.recycle_timeout=300 And in uriworkermap.properties (from a guess): /jsp-examples/*=worker1 /servlets-examples/*=worker1 /luntbuild/*=worker1 Is that correct? I created the jakarta virtual directory and added the filter to the website. Going to http://192.168.64.20:9191/jsp-examples/ works fine but I get a 404 if I try to go to http://192.168.64.20/jsp-examples/. What am I missing? Thanks! Simon -----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 14:20 To: Tomcat Users List Subject: RE: Need help with JK2 connector/workers2.properties > From: Simon Renshaw [mailto:[EMAIL PROTECTED] > Subject: Need help with JK2 connector/workers2.properties > > I followed the instructions found at > http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html to install the > connector. The mod_jk2 package has been deprecated for well over a year - no development, no support. Suggest reading the real Tomcat documentation: http://tomcat.apache.org/connectors-doc/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]