No, I did not.
<Server port="${shutdownPort}" shutdown="SHUTDOWN">
<GlobalNamingResources>
<!-- Used by Manager webapp -->
<Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
<Service name="Catalina">
<!-- This is here for compatibility only, not required -->
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="${ajpPort}"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
<Engine name="Catalina" defaultHost="localhost" jvmroute="web2">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase" />
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
</Host>
</Engine>
</Service>
</Server>
-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: venerdì 29 dicembre 2006 13.36
To: Tomcat Users List
Subject: Re: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session
affinity lost)
Did you loose the jvmRoute attribute in server.xml during the upgrade
process?
Matteo Turra wrote:
> Hi, I upgraded my tomcat 5.0 + jdk 1.4 to tomcat 5.5.20 + jdk 1.5.0_10
> and now my tomcat cluster doesn't work with sticky session (session
> affinity).
>
>
>
> After a while I notice the jvmroute parameter is not appended to the
> jsessionid anymore!
>
>
>
> Does anyone had the same behaviours? Does anyone have a solution?
>
>
>
> Thanks in advance, Matteo.
>
>
>
> __________________________________________________________
>
>
>
> KION SpA Matteo TURRA
>
> Via Cristoni, 84 Sviluppo Web
>
> 40033 Casalecchio di Reno (BO)
>
> Tel. +39 (051) 6111411 diretto +39 (051) 6111430
>
> Fax +39 (051) 570423
>
> http://www.kion.it <http://www.kion.it/>
> mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]