RE: How to password-protect a servlet?

2000-12-19 Thread Saurabh Shukla
The only that can happen is that your LocationMatch and the URL are not matching. WHat's the URL you are sending the request ? You should also have a look at DirectoryMatch. Shuklix I am using Apache 1.3.12 with Tomcat 3.1 and I wanted to password protect a servlet running on Tomcat with the

RE: How to password-protect a servlet?

2000-12-19 Thread guyr
PROTECTED]] Sent: Monday, December 18, 2000 10:44 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: How to password-protect a servlet? Hello: I am using Apache 1.3.12 with Tomcat 3.1 and I wanted to password protect a servlet running on Tomcat with the Apache password mechanism. In my

RE: How to password-protect a servlet?

2000-12-19 Thread Neil Aggarwal
I am not sure I understand what you are saying here, can you please clarify? My web application resides in the directory /usr/local/jakarta-tomcat/webapps/videosearch What I am trying to do is to get Apache to protect one of the servlets in that application, but leave the rest of the

How to password-protect a servlet?

2000-12-18 Thread Neil Aggarwal
Hello: I am using Apache 1.3.12 with Tomcat 3.1 and I wanted to password protect a servlet running on Tomcat with the Apache password mechanism. In my httpd.conf file, I placed the following lines: LocationMatch /videosearch/servlet/AdminServlet AuthName "VideoSearch Admin" AuthType Basic