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]>

Reply via email to