Issue Details (XML | Word | Printable)

Key: SM-5
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts Menu

Roles Menu doesn't work on demo.raibledesigns.com

Created: 23/Feb/06 10:47 PM   Updated: 23/Mar/07 03:29 PM   Resolved: 08/May/06 06:17 PM
Component/s: None
Affects Version/s: 2.3
Fix Version/s: 2.4


 Description  « Hide
http://demo.raibledesigns.com/struts-menu/rolesMenu.jsp

Need to add "tomcat" user/role to Resin.

Sort Order: Ascending order - Click to sort in descending order
Matt Raible added a comment - 08/May/06 06:08 PM
Fixed by adding the following before the first <security-role> element:

  <!-- Resin-specific XmlAuthenticator configuration -->
  <authenticator>
      <type>com.caucho.server.security.XmlAuthenticator</type>
      <init>
          <password-digest>none</password-digest>
          <user>tomcat:tomcat:tomcat</user>
      </init>
  </authenticator>