Hi, Geronimo 2.1.4 used a customized 6.0.18 Tomcat build, So far, I did not find a gentle way to turn off the cache, but the quick way to check it is to check out the source codes of https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_18/java/org/apache/catalina/authenticator/AuthenticatorBase.java, and change the line : protected boolean cache = true; -> false A file in the https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.4/repository/org/apache/tomcat/6.0.18-G678601.README.TXTis to guide you how to build a customized Tomcat build.
2010/3/19 mirceade <[email protected]> > > Ashish: Just forget about the first post. I just needed to protect the > application's name. Only the last post with both of my configs is relevant. > We encounter the problem at run time when the DeltaManager attempts so > serialize a... well, session delta. That's all the error I get from the > logs: > > > 2010-03-12 07:02:19,828 ERROR [DeltaRequest] DeltaManager only support > GenericPrincipal. Your realm used principal class > org.apache.geronimo.tomcat.JAASTomcatPrincipal. > > Ivan: How do I turn off the authentication cache? We use Geronimo 2.1.4 (in > fact WebSphere Community Edition 2.1.3 which is rather the same I guess). > -- > View this message in context: > http://n3.nabble.com/DeltaManager-only-support-GenericPrincipal-Your-realm-used-principal-class-org-apache-geronimo-tomcal-tp443671p462251.html > Sent from the Users mailing list archive at Nabble.com. > -- Ivan
