-> 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.
JBoss allows us to process EJBs. JBoss and Tomcat are separate entities but they are launched together. -> 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. Why? The Alias and Directory directives are found in the config Tomcat automatically generates. -> 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. Yes, I got that one already :) -> 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]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
