I have set up my workers in workers.properties:
worker.ajp13.port=8009
worker.ajp13.host=10.0.3.128
worker.ajp13.type=ajp13
In mod_jk.conf-local I use them:
Alias /examples "/usr/local/jboss-tomcat/tomcat/webapps/examples"
<Directory "/usr/local/jboss-tomcat/tomcat/webapps/examples">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
JkMount /examples/servlets/* ajp13://10.0.3.128
JkMount /examples/*.jsp ajp13://10.0.3.128
Unfortunately, Apache takes requests such as http://apachehost/examples as
local. That is, directly to /usr/local/jboss-tomcat/tomcat/webapps/examples
and, of course, cannot find the resource. How do I solve this?
Peter
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>