Calling TurbineSession.getActiveUsers().size() returns 0...

I have setup a listner in the web.xml:

        <listener>
          <listener-class>
            org.apache.turbine.services.session.SessionListener
          </listener-class>
        </listener>

Put in the following in TR.props:
services.SessionService.classname=org.apache.turbine.services.session.Turbin
eSessionService
services.SessionService.earlyInit=true

tool.session.sessionmgt = org.apache.turbine.services.session.SessionTool


So I should be all set to go?
Btw, how does this work if you use multiple tomcat's for load balancing?

/Martin


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

Reply via email to