[jboss-jira] [JBoss JIRA] Created: (JBAS-3502) Use ProcessExpiresFrequency to speed tests involving session timeout

Brian Stansberry (JIRA) jira-events at jboss.com
Wed Aug 9 16:13:12 EDT 2006


Use ProcessExpiresFrequency to speed tests involving session timeout
--------------------------------------------------------------------

                 Key: JBAS-3502
                 URL: http://jira.jboss.com/jira/browse/JBAS-3502
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering, Test Suite, Web (Tomcat) service
            Reporter: Brian Stansberry
            Priority: Minor


Tomcat Manager impls expose a property ProcessExpiresFrequency, which controls how often the manager responds to the TC background process thread.  By default it is set to 6, which means the manager does a session cleanup every 6 cycles.  By default the thread runs every 10 secs, so that means session are expired once per minute.

Need to add ProcessExpiresFrequency=1 to a context.xml deployed with session test webapps so we can reduce the time it takes for tests involving session expiration to complete.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list