Re: Tomcat and Acces Control Lists

2003-07-31 Thread Bill Barker
You'll need to modify your web.xml file to add s. I'd suggest picking up a Servlet and/or Tomcat book (the wrox one seems to be popular on the list, but I've never read it). "Sandy Voellinger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am fairly new to Tomcat and am trying to s

Tomcat and Acces Control Lists

2003-07-31 Thread Sandy Voellinger
I am fairly new to Tomcat and am trying to set up control lists for authentication. I have a site that is mostly static content, .htm and .doc files, but we want to secure them with basic authentication. Ex. Log into site and access is granted to specified directories/files. The key for us is th