Nobody seems to be biting on your question so I'll take a crack at it. btw, I have no idea what jboss is so I'm going purely from Apache/Tomcat experience.
Two things I would do to figure out the problem. First, pull out the Alias and Directory entries below. Sounds to me like they're taking responsibility for the /examples url. Second, I've never seen a Tomcat JkMount command with the URL-style protocol and IP specification. The workers.properties file handles the IP address, port number, and protocol. You just provide the name of the worker. What you provided looks like stuff from JServ, and I'm not sure it's still part of mod_jk. Hope that helps. Best regards, Jason Koeninger J&J Computer Consulting http://www.jjcc.com On Tue, 27 Nov 2001 15:14:08 -0500, Peter Matulis wrote: >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]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
