Hi Les,
thanks for your detailed answer. The only thing I don't unsterstand is how
to use permissions and passwords from the tomcat realm?
In my tomcat/conf folder I have a tomcat-users.xml with users and roles:
<tomcat-users>
<user name="admin" password="admin" roles="admin,manager" />
<user username="eoe1" password="eoe1" roles="AarWeb"/>
<user username="eoe" password="zorro" roles="AarWeb"/>
<user username="admin" password="admin" roles="admin,manager"/>
<role rolename="AarWeb"/>
<role rolename="manager"/>
<role rolename="admin"/>
</tomcat-users>
How can this be matched with shiro security?
Thanks, Peter
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Basic-authentication-with-tomcat-tp5120604p5203301.html
Sent from the Shiro User mailing list archive at Nabble.com.