This is a server.xml issue. I guess the best way to proceed would be for you to post the relevant portion of httpd.conf (not the whole thing, just the parts with the JkMount directives), workers.properties, and server.xml as they are now.
My guess is you are accessing something as a hostname like host.itol.com but the only Host you have in server.xml is "localhost", and that you are trying to reach something like http://your.host.com/myApp but there is no Context in server.xml for "myApp". John > -----Original Message----- > From: Curt LeCaptain [mailto:lecaptainc@;itol.com] > Sent: Wednesday, October 23, 2002 11:30 AM > To: Tomcat Users List > Subject: Re: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > Grr... did it again. > > Error: > > Apache Tomcat/4.0.6 - HTTP Status 500 - No Context configured > to process > this request > > -------------------------------------------------------------- > -------------- > ---- > > type Status report > > message No Context configured to process this request > > description The server encountered an internal error (No > Context configured > to process this request) that prevented it from fulfilling > this request. > > > > > > I guess I'm not really sure what to do with this now, no > errors appear in > the mod_jk.log or error_log, but I did add the > JkWorkerProperties command > and that helped get Apache running :) > > Any more ideas?? > > Thanks! > > Curt LeCaptain > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
