AW: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Ralph Einfeldt

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]




AW: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Ralph Einfeldt

To see the some configuration of apache at runtime include the 
following in httpd.conf (If not already there):

LoadModule info_module /apache dir/lib/mod_info.so

IfModule mod_info.c
Location /server-info
SetHandler server-info
/Location
/IfModule

Hit the Url servername/server-info

 -Ursprüngliche Nachricht-
 Von: Elm Gysel [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 29. Januar 2002 10:17
 An: Tomcat Users List
 Betreff: Re: Tomcat 3.3a  Apache 1.3.22 : Apache not hiding 
 WEB-INF and
 not using default document (.jsp)
 
 
 
 Yes, sorry for being not very clear. I do mean the WEB-INF 
 directorie in the
 examples directory. Also on other mappings its not taking index.jsp as
 default as defined in the DirectoryIndex for that directory.
 
 But let me do say again that all this worked perfectly with 
 1.3.9 . I have
 also used other versions of Apache with this Tomcat release 
 and it was also
 working.
 
 Elm
 
 
 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]




--
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]