-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
This message is directly related to http://java.apache.org/faq/?file=22
in the faq-o-matic, but I'm still having problems.
Apache JServ 1.0
Apache 1.3.6
Solaris 7
JDK 1.1.8
I'm trying to get basic authentication to work on a servlet location.
When I add the appropriate lines, the browser reports a 404 error and
I don't see any errors in any of the log files. The authentication piece
itself works (using mod_auth_radius), but it's almost as if the server
no longer can find the servlet mount point.
Without authentication, the servlets work just fine.
Here are the lines I'm using to authenticate:
<Location /servlet>
require valid-user
AuthType Basic
AuthName private
</Location>
Using a URL of http://<myserver>/servlet/Hello
Any ideas?
Thanks!
-john
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]