2 Replies Latest reply on Aug 3, 2012 10:10 AM by kazaag

    Count jBoss AS 7 Session

    ghep

      Hi all,

      I'm developing a Web Application with Seam in jBoss AS7 on Amazon Web Services infrastructure. I have implemented the automatism to scale up the infrastructure but I need to learn two things about AS7 configuration:

       

       

      1) How to configure AS7 to share the user session on different Server? I need to configure a Cluster like this link

      https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto

       

       

      2) Is there a way to count the open sessions in single AS7 by code?

      I need to create an automatic down-scaling of the AWS infrastructure to switch-off EC2 machine without interrupt the user work.

       

       

      Thanks for your help.