Hi

I am trying to configure Tomcat sessions checkInterval under JBoss 3.2.3. By 
default, this parameter is set to 60 seconds and I need to put it to 2 seconds.

I modified deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml in the 
following way :

<DefaultContext cookies="true" crossContext="true" override="true">
  |    <Manager className="org.apache.catalina.session.StandardManager"
  |                   checkInterval="2" debug="1"/>
  | </DefaultContext>

The paramater has been taken into account since the following message appears 
in server.log :

2005-05-17 11:23:54,007 DEBUG [org.apache.commons.beanutils.BeanUtils] 
BeanUtils.populate([EMAIL PROTECTED], {debug=4, checkInterval=2, 
className=org.apache.catalina.session.StandardManager})

However, sessions on timeout are still being flushed every 60 seconds, and not 
every 2 seconds as expected.

Any idea ?
Thanks in advance.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877951#3877951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877951


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to