Assaf Flatto wrote:
> I took the sources of the 5.0.30 tomcat and made the changes, recompiled
> the RPM and installed it on  one of my QC servers .
> the session id that is generated from the tomcat is indeed 30 chars but
> now it seems that the jvmroute and the balancer in front of it are not
> adding the ".x" to the jsessionid .

Tomcat 5 has sessionIdLength in the StandardManager - see
http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html

If your current approach doesn't work you could
- upgrade to 5.5.x and use the built-in functionality
- port the relevant code from 5.5.x to a custom manager

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to