-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 真实的力量,
On 10/11/12 9:25 PM, 真实的力量 wrote: > Is there any topic difference between tomcat cluster and user > proxy to load balance tomcat(such as nigix) Well, Tomcat clustering is kind of a separate thing from using a reverse proxy because all the clustering configuration is done at the Tomcat level and mainly centers around member management and session replication. Reverse-proxies like nginx, Apache httpd, IIS, Amazon ELB, etc., are a required piece of the puzzle to make clustering worthwhile, of course. Their configuration mainly centers around maintaining cluster membership (though completely different means than Tomcat's membership) including optional session stickiness, and mapping URLs to various backend services (if you have more than one, for instance). I suppose I could give a presentation about clustering Tomcat if there were sufficient interest, but that would mean I'd have to learn how to configure Tomcat clustering in the meantime -- I've never actually done it (nor do I care to: formal clustering is a complete mess that can largely be avoided by making different architectural decisions about your webapps). Thanks, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlB4JSsACgkQ9CaO5/Lv0PAJWwCgjUKtbQ9qIjsUxPO2XfZP+yKG zn0AnjiPFVTE6KP/mxHbmFAvDOtNnP2O =16Wu -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org