The admin tool that allows you to do the reloading of server.xml file does not exist.
I checked ou 4.1.x and it seems that this admin tool is available. Is there a way to programmatically do this? I guess you have to use JMX to manipulate Tomcat on the fly. Am I correct?
Nick
From: "Jamesey" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: ClassNotFoundException... ? serializable objects? help!! Date: Fri, 14 Mar 2003 10:16:52 -0000
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..
My problem is I have a serializable object[] in the session. When i switch
to SSL the object appears in the session.getAttributeNames() list... but the
log reports a ClassNotFoundException ...? this makes no sense and the class
is in my WEB-INF/classes/com/blah...
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]
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
