Hummm.

This prompts me to ask another question.  What is the best way to
require authentication with servlets?

Paul J Thompson

> Apache does not support .htaccess files to protect servlets.  This is because
> when you access servlets, there is no "real" directory for you to put your
> .htaccess files into.
> 
> You can use <LOCATION> directives in the httpd.conf file to protect access to
> servlets based on their URI, instead of their actual directory.
> 
> Craig McClanahan


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to