Hi,

I use tomcat-5.5.12, a Realm in memory, and decided a DIGEST password with MD5, i use firefox 1.0.6. I can't pass the authentication. Have nothing in logs. Any idea for what i missed there or what i should try?
Regards,

Phil

In conf/server.xml :
<Realm className="org.apache.catalina.realm.MemoryRealm" debug="2" digest="MD5"/>

In my web.xml :
<login-config>
 <!--<auth-method>BASIC</auth-method>-->
 <auth-method>DIGEST</auth-method>
 <realm-name>Protected area</realm-name>
</login-config>

#  ./digest.sh -a MD5 admin
admin:21232f297a57a5a743894a0e4a801fc3

In conf/tomcat-users.xml :
<tomcat-users>
 <role rolename="admin"/>
<user username="admin" password="21232f297a57a5a743894a0e4a801fc3" roles="admin"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to