Do you mean with 'my directories' and 'WEB-INF' directories that are in the examples directory ?
If not you must define the Directory and the Location tag for your base directory. > -----Urspr�ngliche Nachricht----- > Von: Elm Gysel [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 29. Januar 2002 09:56 > An: Tomcat Users List > Betreff: Tomcat 3.3a & Apache 1.3.22 : Apache not hiding > WEB-INF and not > using default document (.jsp) <snip/> > I can browse all my directories through Apache, I can browse > WEB-INF without > problem? <snip/> > <Directory "/usr/local/jakarta-tomcat-3.3a/webapps/examples"> > Options Indexes FollowSymLinks > DirectoryIndex index.jsp index.html index.htm > </Directory> > > > # Deny direct access to WEB-INF and META-INF > # > <Location "/examples/WEB-INF/*"> > AllowOverride None > deny from all > </Location> > > <Location "/examples/META-INF/*"> > AllowOverride None > deny from all > </Location> > > JkMount /examples/servlet/* ajp13 > JkMount /examples/*.jsp ajp13 > > > Thanks for any suggestions. > > Elm > > > -- > 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]>
