Hi Mark,
>Nope. This was fixed last year: http://svn.apache.org/viewvc?
>view=revision&revision=794822
>Mark
Thanks very much for you quick response. That's great that
JmvRouteBinderValve works with PersistentManager. I tried to configure it
by putting JvmRouteBinderValve config inside a Manager as below but this did
not seem to take effect:
<Manager className="org.apache.catalina.session.PersistentManager"
maxIdleBackup="0" saveOnRestart="true">
<Store className="org.apache.catalina.session.JDBCStore"
driverName="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/xxx"
connectionName="xxx"
connectionPassword="xxx"/>
<Valve
className="org.apache.catalina.cluster.session.JvmRouteBinderValve"/>
</Manager>
What is the correct way to configure JvmRouteBinderValve with
PersistentManager?
Regards,
Len
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]