I keep getting the following error in the log.. but the object appears to be in the session ok and the app works fine.. i'd really like to know why its doing this though
2003-03-13 10:47:01 StandardManager[/myApp] ClassNotFoundException while loading persisted sessions: java.lang.ClassNotFoundException: [Lcom.james.myApp.myClass; java.lang.ClassNotFoundException: [Lcom.james.myApp.myClass; the class is in my web-inf/classes directory structure and i can retrieve it from the session..The object is serializable too I am using struts and tomcat... i am swiching from non ssl to ssl.. I have got the RSA certificates stuff ok.. and switching back and forth to sll seems to be fine.. I have an import in the page for the class and have my persistantManager config is: <Manager className="org.apache.catalina.session.PersistentManager" debug="0" saveOnRestart="true" maxActiveSessions="-1" minIdleSwap="-1" maxIdleSwap="-1" maxIdleBackup="-1"> <Store className="org.apache.catalina.session.FileStore"/> </Manager> i'm stuck on this one.. little help?? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
