Hello!
 
I have installed Jetspeed exactly as advised on web page but for some reason
cannot get it started on Tomcat, the error message is : "FAIL - Application
at context path /jetspeed could not be started" and the logfile "INFO:
WARNING: Security role name admin used in an <auth-constraint> without being
defined in a <security-role>"
 
So, I presume that I have to change the web.xml file in C:\Tomcat\Tomcat
5.5\webapps\jetspeed\WEB-INF. I have the following quiestions:
 
1. Where to find explanation or tutorial about what to change
2. The web.xml file has "admin" as a role and I log into Tomcat as "admin"
as well (will copy a part of web.xml below). Shouldn't Tomcat roles work wit
Jetspees as well?
 
I use Jetspeed 2.0/Derby and Tomcat/5.5.20 
 
Grateful for any advise how to proceed and where to find step-by-step
advise. 
 
Evi
 
web.xml file in C:\Tomcat\Tomcat 5.5\webapps\jetspeed\WEB-INF:
 
 - <security-constraint>
- <web-resource-collection>
  <web-resource-name>Login</web-resource-name> 
  <url-pattern>/login/redirector</url-pattern> 
  </web-resource-collection>
- <auth-constraint>
  <role-name>*</role-name> 
  </auth-constraint>
  </security-constraint>
- <!--   securing the ManagerServlet 
  --> 
- <security-constraint>
- <web-resource-collection>
  <web-resource-name>Manager</web-resource-name> 
  <url-pattern>/manager/*</url-pattern> 
  </web-resource-collection>
- <auth-constraint>
  <role-name>admin</role-name> 
  </auth-constraint>
  </security-constraint>

Reply via email to