Re: [enhydra] Re: jvmRoute effect on JSESSIONID
Slobodan Vujasinovic <[email protected]> Wed, 03 Aug 2005 09:26:17 +0200
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Organization | PROZONE |
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1123054114-17307-19 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, you can try with using 'com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager' or 'com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager' 'SessionManager' implementations. The new EAF 6.5-1 release (it is included in new Enhydra 6.5-1 that is going to be released in days now) offers additional implementation: 'com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager' This is also (as 'JmxContainerAdapterSessionManager') extension of 'ContainerAdapterSessionManager' implementation but with improved Tomcat SessionManager wrapping. My recommendation is to use new 'TomcatContainerAdapterSessionManager' implementation! You can use 'JmxContainerAdapterSessionManager' or 'ContainerAdapterSessionManager' for now and migrate to 'TomcatContainerAdapterSessionManager' in few days or to download EAF 6.5-1 and include its binaries in existing Enhydra Server installation (runtime binaries are placed in '<enhydra_root>/multiserver/shared/lib' directory and development in '<enhydra_root>/multiserver/enhydra/lib'). Regards, Slobodan Vujasinovic Enhydra Development Team Edgar Alves wrote: > I've found out what was wrong. The configuration for the webapp >(WEB-INF/web.xml) was specifiying the Enhydra session manager as session >manager. This session manager seems to be ignoring the jvmRoute Engine >attribute. Can the Enhydra session manager be configured to use the >jvmRoute attribute? > If not, my best bet at this point is using >com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager >as the session manager. Any loss of functionality or/and >incompatibilities that I should look for if I do so? > > -- Edgar Alves > >[email protected] wrote: > > > >>Hi again, >> I've verified correct behaviour using the jsp-examples/sessions/cart example. Having configured jvmRoute="dummy1" in server.xml, here's an example JSESSIONID: "3F00C9699C9D22B837B821D2BB4DC941.dummy1". >> However, running a complex in-house webapp inside the same Enhydra instance, I get this JSESSIONID: "ek5wgK-P76S_VblgeQMYnIvJ". >> I've checked the configuration for the application and everything seems to be OK. Any ideas? >> >> -- Edgar Alves >> >> >> >>------------------------------------------------------------------------ >> >> >>-- >>You receive this message as a subscriber of the [email protected] mailing list. >>To unsubscribe: mailto:[email protected] >>For general help: mailto:[email protected]?subject=help >>ObjectWeb mailing lists service home page: http://www.objectweb.org/wws >> >> >> >> > > > > > >------------------------------------------------------------------------ > > >-- >You receive this message as a subscriber of the [email protected] mailing list. >To unsubscribe: mailto:[email protected] >For general help: mailto:[email protected]?subject=help >ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > ------------=_1123054114-17307-19 Content-Type: text/plain; name="message-footer.txt" Content-Disposition: inline; filename="message-footer.txt" Content-Transfer-Encoding: 8bit -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws ------------=_1123054114-17307-19--