Hello,
I'm attempting to run the "contacts-container-adapter" example unchanged for the time being, but it fails with the following error:
"Feb 11, 2005 3:39:37 PM org.apache.commons.digester.Digester startElement
SEVERE: Begin event threw error
java.lang.NoClassDefFoundError: org/apache/catalina/realm/RealmBase".
It fails immediately after I replace the server.xml's default Tomcat Realm with the one suggested in the Reference Documentation for Catalina (Tomcat) Installation - section 1.11.3.
I installed the applicationContext.xml from the war into the {tomcat_home}/conf directory without changes. I deployed the example war without changes into the {tomcat_home}/webapps directory. I performed the configuration changes as instructed in section 1.11.3.
I'm tripping the acegi security framework, since the login page appears. When I attempt to authenticate, I receive back the failure indication. Several of those failed attempts later and I'm locked out. I presume this is default behavior.
Any ideas? Thanks.
Richard


