File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes security role setting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "security role setting" Watch "security role setting" New topic
Author

security role setting

David Qiu
Greenhorn

Joined: May 14, 2001
Posts: 8
hi,
i put the code as following,
<security-role><role-name>manager</role-name></security-role>
in the web.xml file as to set a role. but when i start the tomcat then, a parse error occors and the output message is, "PARSE error at line XXX column -1
org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servlet". and this setting doesn't work as i tested it with req.isUserInRole("manager"). i am very confused by this, for the servlet2.3 spec said it works. anyone helps me out this problem. thanks in advance
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: security role setting
 
Similar Threads
Q:security-role-ref
Is auth-constraint related to security-role?
security-role-ref element
Is HFSJ error?
Upgrading from tomcat3 to tomcat4