-
I'm using securityfilter with JNDIRealm in my application. Mostly it works fine, except that sometimes the first login attempt fails for no apparent reason. The problem looks to be
[a JNDIRealm bug][1]
which was fixed in Tomcat 5.
Now, I'm using Tomcat 6, but in setting up securityfilter, I'd put the old catalina.jar file from the securityfilter lib into my own WEB-INF/lib directory. It...
2009-09-28 18:59:51 UTC in SecurityFilter
-
Fixed when I added catalina.jar and codecs.jar to the project.
2009-06-10 20:58:31 UTC in SecurityFilter
-
I believe I'm having the same problem with Tomcat 6.
INFO: Starting service Catalina
Jun 10, 2009 4:13:20 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Jun 10, 2009 4:13:23 PM org.apache.catalina.realm.RealmBase init
SEVERE: Parent not available yet: null:type=Engine
Jun 10, 2009 4:13:23 PM org.apache.catalina.realm.RealmBase init...
2009-06-10 20:20:18 UTC in SecurityFilter