-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander,

On 7/16/2009 8:15 AM, alexander.sch...@steria-mummert.de wrote:
> I would like to use multiple tomcats running Axis2. Each tomcat/axis has 
> the same webservices deployed. The webservices are running in SOAPSession 
> mode. The connector should direct requests for one SOAPSession always to 
> the same worker like the connector does for http sessions.
> 
> Is this a matter of configuration or is it impossible to loadbalance 
> SOAPSessions?

I don't believe any of the typical solutions supported by this list
(mod_jk or mod_proxy_ajp) can support sticky SOAPSessions. mod_jk and
mod_proxy_ajp only use cookie and URL-rewriting mechanisms to detect the
session and route to the proper back-end server.

I think you'll have to use a 3rd-party load balancer that can do this
kind of message inspection for routing purposes. If you find a solution,
consider posting back to the list so others can benefit from the
solution being in the archives.

Good luck,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkpgjc4ACgkQ9CaO5/Lv0PBliwCfevKnYk8zUWBBnunKqBDzDpeQ
dC8AoIVPOWh0axUNVvIu/rm82Md957ja
=JZeZ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to