davideuler / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

gss jboss clustering support #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Does gss support jboss clustering? If so how can it be implemented? You mention 
you use cluster of gss servers. How did you setup it?

Original issue reported on code.google.com by ngara...@gmail.com on 31 Jan 2012 at 11:44

GoogleCodeExporter commented 8 years ago
Currently, we don't support jboss clustering. Actually, we don't need it, 
because the application is completely stateless. Pithos uses two independent 
jboss servers behind an Apache web server through mod_jk. Each request from a 
user 's browser is received by the Apache and delivered randomly to any of the 
two jboss servers.

Original comment by chstath on 1 Feb 2012 at 9:03