At 15:58 21.07.2003 +0100, you wrote:
On Mon, 21 Jul 2003 16:43:05 +0200, Simon Pabst <[EMAIL PROTECTED]> wrote:
You need to use tomcatId & jvmRoute for stickySession to work (don't know if it works with default settings), for example:
workers2.properties: [channel.socket:localhost:8009] tomcatId=tomcat1
(http://jakarta.apache.org/tomcat/tomcat-4.1- doc/jk2/jk2/configwebcom.html#workers)
server.xml:
<Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="tomcat1">
Beware - in Tomcat 4.1.24 the jvmRoute example is spelled wrong ^- jmvRoute instead of jvmRoute
Thanks for that - is this even necessary if I have just one tomcate instance? If so, this is surely a new "feature" of 4.1.24 because I'm pretty sure it worked fine with 4.1.18
Cheers -- Marc Palmer Contract Java Consultant/Developer
w a n g j a m m e r s
java and web software design experts with an ethical outlook
http://www.wangjammers.org
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
