|
hi all,
in Tomcat how do i use this feature in
web.xml.
<auth-constraint>
<!-- Anyone with one of the listed roles may access this area --> <role-name>tomcat</role-name> <role-name>role1</role-name> </auth-constraint> how do i set a role-name with its passwd
etc..
thanx in adv,
regards,
anoop
|
- web.xml of servlet2.3 Zhao Jiayu
- Re: web.xml of servlet2.3 anoop
- Re: web.xml of servlet2.3 Christopher K. St. John
