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>
<!-- 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>