On Tue, 27 Nov 2001 18:27:11 -0500, Peter Matulis wrote: >JBoss allows us to process EJBs. JBoss and Tomcat are separate >entities but they are launched together.
Ahh...thanks. I've seen it mentioned but haven't used it. Should have known it was EJB related. > >-> 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. It's just a debugging step. You say you're not getting errors and it's going straight to examples without going through Tomcat. There's an Alias entry dealing with the /examples URL so my recommendation is remove it and see if Apache starts going to Tomcat. If it does, you've found the problem and can start working toward a solution. Since I don't use the Alias directive for anything related to Tomcat right now, I can't comment on how it and JkMount interact. So, I'm just recommending simplifying your configuration so we can make sure Tomcat is working. FWIW, I haven't seen an automatically generated Alias directive with any Tomcat I use, but then again, I haven't looked at an automatically generated Apache configuration since version 3.2.1. 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]> > >-- >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]>
