|
From: Greg W. <gr...@mo...> - 2003-12-03 21:07:40
|
Mark H wrote: > Thanks for that Greg, > > >>if a jvmRoute attribute is passed > > > I'm a bit confused with regard to the jvmRoute thing. Is this passed as an > argument to the session manager in the config (and if so would you be able > to give me a sample config snippet) or does jk2 pass through the jvmRoute > attribute. Both. If I jvmRoute is passed by AJP protocol, it is set as a request attribute and used by the session manager. A node name can also be set directly on the session manager in case you have a broken mod_jk that does not send the node name. cheers |