Re: Container based authentication and session persistence with Tomca t 4.1.29

2003-11-12 Thread Christopher Schultz
Andreas, I looked up the documentation for org.apache.catalina.realm.GenericPrincipal (which stores the user information) and noticed that it is not serializable, i.e. it does not implement the java.io.Serializable interface. But being serializable is a prerequisite for beeing written to a FileStor

Container based authentication and session persistence with Tomca t 4.1.29

2003-11-12 Thread Andreas Mohrig
Hello, [ What I'm trying to do ] I'm trying to use container based authentication while having session persistence provided by a PersistentManager (with FileStore) with Tomcat 4.1.29 (running under Windows XP for development purposes). [ What works ] Form-based authentication via a DataSourceRea