You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jamesey <Ja...@hotmail.com> on 2003/03/17 09:33:04 UTC

Bizzare ClassNotFound with using SSL?!?

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org