RE: Server.xml Reload without Restarting Tomcat

2003-03-14 Thread Nicolas Dinh
I was using 4.0.x.

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 -
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]


Server.xml Reload without Restarting Tomcat

2003-03-13 Thread Nicolas Dinh
Hi,

I think I asked this question before but I didn't get a definitive answer.

I want to be able to reload my server.xml file on the fly after making 
modifications to it. I want to know whether this is possible on Tomcat 
(Stand-alone) for version 4.1.x. Someone suggested the use of the Admin 
servlet but that doesn't really give you a means of changing configurations 
such as maxProcessors/minProcessors/connectionTimeout etc...

Regards,
Nicolas Dinh
_
Add photos to your messages 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]


Re: Server.xml Reload without Restarting Tomcat

2003-03-13 Thread Kwok Peng Tuck
Really? Which version of tomcat are you using ? The max min stuff is under
  Service  (Tomcat Standalone)
 | -Connector (8080)
  Someone suggested the use of the Admin servlet but that doesn't 
really give you a means of changing configurations such as 
maxProcessors/minProcessors/connectionTimeout etc...

Regards,
Nicolas Dinh
_
Add photos to your messages 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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]