Hi everybody,
I have declared roles in xml files as below, doing authorization (using
tomcat).
in tomcat-users.xml
in web.xml (of my application-Jyoti)
It is not working for the described constraints?
What's wrong with this declarations?
If I give url
pattern for the directory in "E:\Tomcat6.0\webapps\Jyoti\WEB-INF\classes\web"
as
<url-pattern>/Jyoti/classes/web/*</url-pattern> or <url-pattern>/Jyoti/web/*</url-pattern>
then too it's not working.
Am I doing it in right way?
Wat's wrong? What is the solution instead?
Also will it do authentication as well?
Can anybody please explain?