Hi,

after reading throw this mailing-list and some hours of work I was able to
run the news app included with orion 0.8.2 on NT.
Now I'm trying to get it working with the 0.8.3  orion.jar but
I get this error:

Error initializing security, security-role not found: users.


The group "users" is defined in the principals.xml(orion-dir/config)
and these are the security-constraint in web.xml:
        <security-constraint>
                <web-resource-collection>
                        <web-resource-name>salesinfo</web-resource-name>
                        <url-pattern>/addnews.jsp</url-pattern>
                        <url-pattern>/addnews_done.jsp</url-pattern>
                        <http-method>*</http-method>
                </web-resource-collection>
                <auth-constraint>
                        <role-name>users</role-name>
                </auth-constraint>
        </security-constraint>

Is the security configuration syntax changed from 0.8.2 to 0.8.3 ?

Kind Regards

Luciano

Reply via email to