Greg, I don't know exactly what happens within that rewrite.pl, but what makes me feel curious was the "ajp13" as your JkMount target. My workers.properties file looks pretty different: # list of workers worker.list=MyWorker,jkstatus # Basic setting to be referenced in all workers worker.basic.type=ajp13 worker.basic.port=8009 worker.basic.lbfactor=1 # Set properties for MyWorker worker.MyWorker.reference=worker.basic worker.MyWorker.host=localhost accordingly the directive in the Apache configuration would look like this: JkMount /MyWebApp/* MyWorker and if I want to use the status page: <Location /jkmanager/> JkMount jkstatus Order deny,allow Deny from all Allow from localhost </Location> Maybe I missed the latest mod_jk changes, but your worker.properties file is very different from what I found in the official docs: http://tomcat.apache.org/connectors-doc/generic_howto/quick.html
Oops, from your first post it reads like nothing is forwarded to Tomcat - so I'm on the wrong track? Dirk On 03.04.2011, at 22:03, Greg Allen wrote:
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature