I have created two ACLs
- AdminACL - users which is under Admin ACL is having Administrators permission
- ReportACL - users which is under Report ACL is not having Administrators permission
i am controlling the jsp pages through web.xml
Folder structure :
web
Admin
index.jsp
Report
index.jsp
WEB-INF
web.xml
web.xml :
/Admin/index.jsp BASIC webMethods Developers AdminACL ReportACL AdminACL /Admin/* /Report/* AdminACL ReportACL /Report/* ReportACLCurrently for AdminACL login can access all the files under Admin, Report directory and services. But if i log in to ReportACL, getting an below error
2009-11-20 03:58:51 CST [ISS.0100.0012E] Error 403 Access to the requested resource has been denied
2009-11-20 03:58:51 CST [ISS.0100.0008E] JSP invoke wm.server.query:getCurrentUser returned Error message: [ISS.0084.9004] Access Denied
Please advise.
—>Muthu