Re: Basic authentication and Tomcat servlets

2002-03-27 Thread Jeff Larsen
-mail) [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 10:37 PM Subject: Basic authentication and Tomcat servlets I am running Tomcat 4.0.1 connected to Apache 1.3.23 via mod_webapp 1.0 on a Redhat 7.2 system. Directory 'a' is protected using Basic Apache authentication: /htdocs

Basic authentication and Tomcat servlets

2002-03-26 Thread Barris, Wes (LI, Uni of Queensland)
I am running Tomcat 4.0.1 connected to Apache 1.3.23 via mod_webapp 1.0 on a Redhat 7.2 system. Directory 'a' is protected using Basic Apache authentication: /htdocs/a Directory 'b' is where my servlets are deployed via webapp: /htdocs/b I want to allow anyone access to 'b', but inside a