[Bug 2059] New: Support clustered deployment of thermostat storage endpoint

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Oct 29 17:56:04 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2059

            Bug ID: 2059
           Summary: Support clustered deployment of thermostat storage
                    endpoint
           Product: Thermostat
           Version: hg
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Thermostat
          Assignee: unassigned at icedtea.classpath.org
          Reporter: sgehwolf at redhat.com
                CC: thermostat at icedtea.classpath.org

We need to make sure that thermostat web storage (the server component), a.k.a
thermostat-webapp, works in a clustered environment. In order for a cluster to
work certain things are usually replicated among nodes. Basic things are
session attributes and context attributes.

For example tomcat clusters require for session attributes to implement
java.io.Serializable[1]. web.xml also needs a distributable element.

Also, we need to be sure to store "shared" state among cluster nodes in either
session attributes or context attributes.

[1] http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html#Cluster_Basics

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20141029/0890baf9/attachment.html>


More information about the distro-pkg-dev mailing list