[mod_cluster-issues] [JBoss JIRA] Created: (MODCLUSTER-188) mod_cluster failover does not work for a /webappcontext when the / root context exists

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Wed Oct 13 12:05:40 EDT 2010


mod_cluster failover does not work for a /webappcontext when the / root context exists
--------------------------------------------------------------------------------------

                 Key: MODCLUSTER-188
                 URL: https://jira.jboss.org/browse/MODCLUSTER-188
             Project: mod_cluster
          Issue Type: Bug
    Affects Versions: 1.1.0.Beta1, 1.0.4.GA
            Reporter: Samuel Mendenhall
            Assignee: Jean-Frederic Clere
             Fix For: 1.0.5, 1.1.1.Final


Let's say for example that /webapp and / is mapped in mod_cluster and there are two JBoss instances.  If in one JBoss instance you undeploy the /webapp, you would expect mod_cluster to failover to the other JBoss instance.

However, this is not the case, mod_cluster will instead select the lesser context, the root context / and service the request from /webapp on the / context.  

The logic only tests for ENABLE and DISABLE the STOP is not tested.

The failover of a context will only work currently if / or any smaller path is not deployed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list