Ticket #959 (new enhancement)

Opened 20 months ago

Last modified 19 months ago

add jvmRoute support to mod_proxy_ajp13

Reported by: Lfe Owned by: jakabosky
Priority: low Milestone:
Component: mod_proxy_backend_ajp13 Version: 1.5.x-svn
Severity: normal Keywords: ajp13 jvmroute
Cc: Blocked By:
Need User Feedback: Blocking:

Description

jvmRoute is used for naming tomcat applications in a cluster. This allows for sessions against applications to be "sticky". More documentation can be found here and here

Attachments

Change History

Changed 19 months ago by jakabosky

  • owner changed from jan to jakabosky
  • version changed from 1.4.13 to 1.5.x-svn
  • component changed from mod_proxy to mod_proxy_backend_ajp13

Changed 19 months ago by Lfe

As far as i know, this isn't very AJP specific. This could be used for all proxy directives which in some way uses cookies for session handling (quite common last i checked). "All" mod_jk does when balancing with jvmRoutes is matching a directive in server.xml (in a <Engine> directive) with a cookie for your session id which gets this specfic route appended (EG: JESSIONID = mycryptedid.jvmRoute).

A similar approach is found in many load balancers and is in my opinion very useful for other applications than ajp13 specific ones.

Add/Change #959 (add jvmRoute support to mod_proxy_ajp13)

Author



Change Properties
<Author field>
Action
as new
 
Note: See TracTickets for help on using tickets.