Enrique's solution it's good, but I solve this problem using only the
role: <role-name>user</role-name> because admin and manager stay into
user role too.
I recommend to take a look to all portal users for add "user role" to
everybody(and when you create one new user).
I think actually everybody is user less "jetspeed" and "tomcat". You can
see in the other configuration, this two users stay in problems too
because they aren't admin, manager or user.
This bug is fixed in Jetspeed2-2.1.
Regards!
Enrique Perez wrote:
Hi,
I think I had this same problem and I think it was caused by Tomcat
because versions above 5.5.12 don't recognize wild-card character (*)
so you must allow access to every role defined in J2.
In order to do so:
in "security constraint tag" from file
"$TOMACAT_HOME/webapps/myportal/WEB-INF/web.xml" replace the *
<auth-constraint>
<role-name>*</role-name>
</auth-constraint>
with all the roles defined in "tomcat-users.xml"
<auth-constraint>
<role-name>admin</role-name>
<role-name>manager</role-name>
<role-name>user</role-name>
</auth-constraint>
Hope that helps.
Regards,
Enrique
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]