You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Giovanni <gi...@adriacom.it> on 2003/04/09 17:41:18 UTC

Problem parsing initial parameters

I use Tomcat 4.1.24 on Windows 2000.
I'm extending the class StandarManager used in Tomcat 
to manage sessions.
I find very difficult to pass initial parameters to 
it through the server.xml file.
My server.xml file looks like that:

..
 
<Context path="/repTest" docBase="repTest" ...

<Manager>
 
className="org.apache.catalina.session.InMemoryReplica
tionManager"
checktime="10"
rxport="2000"
            
</Manager>
     
</Context>   
        
I find some problem when I want to set initial 
parameters like rxport,checktime with methods that I 
wrote like setCheckTime() or setRxport(). Often these 
methos are never called. Is it a parser's problem?
Anyone can help me?

Thanks a lot.

 


---------------------------------------------
Servizi per le aziende: http://www.elitel.biz

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org