What url did you try when you got this error? if you tried just http://localhost/examples/, apache should not try to redirect this to tomcat, since none of the JkMount statements are JkMount /examples/*. In this case, apache will be looking for one of the DirectoryIndex pages inside the /examples/ folder. Do any of those exist (index.html index.htm index.jsp)? Also what part of httpd.conf do you have this line at: Include /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf? I don't have your old email anymore so i cannot check. It's possible that if it's not at the beginning, that apache is following some other previous directive, which is why it may be looking under htdocs for examples
> -----Original Message----- > From: Chetan Sarva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 10:13 AM > To: Tomcat Users List > Subject: Re: Apache 1.3.20 + Tomcat + (mod_jk or mod_webapp) for SuSE > 7.3 Linux? > > > The file is attached. > > Tomcat is started before Apache and I waited a good 30 > seconds or so. Also > verified that the examples were loading properly. > > Chetan > > ----- Original Message ----- > From: "Turner, John" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Tuesday, August 20, 2002 7:58 AM > Subject: RE: Apache 1.3.20 + Tomcat + (mod_jk or mod_webapp) > for SuSE 7.3 > Linux? > > > > > > Can you post that mod_jk.conf file? > > > > Are you starting tomcat before starting apache? > > > > John Turner > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
