Re: Requirements for servlet session attributes?

2018-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 7/1/18 7:48 AM, Alex O'Ree wrote: > I was working on attempting to increase performance on a web app > which calls a jaxws service on behalf of the user. The process for > creating the jaxws client is somewhat slow so I was to try and > cac

Requirements for servlet session attributes?

2018-07-01 Thread Alex O'Ree
I was working on attempting to increase performance on a web app which calls a jaxws service on behalf of the user. The process for creating the jaxws client is somewhat slow so I was to try and cache the the jaxws client object as an HTTP session attribute. It doesn't work for some reason. What d

Re: Sticky sessions not working at get_most_suitable_worker

2018-07-01 Thread Carlos García
Thanks Chirs, you are right. I've changed jvmRoute to worker's name, not worker's hostname, and it's working fine. Thanks, again. Carlos De: Christopher Schultz Enviado: sábado, 30 de junio de 2018 22:04:21 Para: Tomcat Users List; Carlos García Asunto: Re: