See your <security-constraint> and <login-config> tags in your webapplications web.xml file and TC\conf\tomcat-users.xml file.
RS "Mike Hulse" <[EMAIL PROTECTED]> on 06/25/2002 12:07:56 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: Authentication Is there some kind of smiple authentication in tomcat 4.0.4 that is similar to the Apache authentication: <Location /web/MyServer/EPVUpdate.jsp> AuthName machineID AuthType Basic PasswdFile %%SYSTEM%% GroupFile /www/groupFile.txt require group Mygroup Order allow,deny Allow from all </Location> If not how would you secure one jsp or one servlet without adding code to to the servlet or jsp? If that's possible. Thanks for any advice, Mike -- To unsubscribe, e-mail: < mailto:[EMAIL PROTECTED]> For additional commands, e-mail: < mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
