Re: realm diiferent constraint for different resource

2006-01-03 Thread philguillard
Thanks, I had ==> logs/catalina.out <== element "security-constraint" occurs more than once. (parent class: org.apache.cocoon.portal.pluto.om.WebApplicationDefinitionImpl) location: /web-app/security-constraint{file: file:/opt/apache-tomcat-5.5.12/webapps/cocoon/WEB-INF/web.xml; line: 627; col

Re: realm diiferent constraint for different resource

2006-01-02 Thread Mark Thomas
philguillard wrote: > Hi, > > I'd like to set 2 different security contraints : /admin would be > accessible with admin roles and the rest of my application with user > roles. Only one security-constraint directive is allowed This is not correct. Multiple security constraints are allowed. > How

realm diiferent constraint for different resource

2006-01-02 Thread philguillard
Hi, I'd like to set 2 different security contraints : /admin would be accessible with admin roles and the rest of my application with user roles. Only one security-constraint directive is allowed How can i manage that ? Rgards, Phil Entire Application /* user Ad