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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
