Well actually *.jsp without leading "/" works for me, too. And I've seen it also in some tutorials ;-)
By the way, it might by useful to add JkMount /examples ajp13 I experienced that http://localhost/examples was not transfered (only http://localhost/examples/ )to the corresponding examples/index.jsp until I added above JkMount. But IMHO this small issue might depend also on Apache's config with respect to trailing slashes. Could be worth a try in case, but might not be necessary... mech > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Montag, 13. Januar 2003 13:57 > To: 'Tomcat Users List' > Subject: RE: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18 > > > > The error message in this case is correct, as was the previous post. > > The correct lines would be: > > JkMount /*.jsp ajp13 > JkMount /examples/* ajp13 > > Note the leading "/" in the first line that was missing previously. > > Also, in the original post, the error message specifically > said "done without a match" on "/webapps/examples/jsp" which > was also true based on your original config files. There was > no JkMount that matched that URL. > > John > > > > -----Original Message----- > > From: Randall Perry [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, January 12, 2003 8:08 PM > > To: [EMAIL PROTECTED] > > Subject: Re: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18 > > > > > > I discovered that the URL I was using to access the pages was wrong. > > > > Never mind. It's working fine. :) > > > > > > > That's not it. I get the following error from 'apachectl > > configtest' : > > > Context should start with / > > > > > >> Use: > > >> JkMount *.jsp ajp13 > > >> JkMount /examples/* ajp13 > > > > -- > > Randall Perry > > sysTame > > > > Xserve Web Hosting/Co-location > > Website Development/Promotion > > Mac Consulting/Sales > > > > http://www.systame.com/ > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
