1 Reply Latest reply on Mar 21, 2005 1:13 PM by mcorey

    Distributable webapps and HTTP Sessions

    mcorey

      I'm trying to track down a problem I'm having with JBoss appearing to not load an HttpSession object for a request, and I'm wondering how to find information about HTTP Sessions in a webapp that is marked as 'distributable'? In a non-distributable webapp, I know I can get to it with the mbean

      jboss.web:host=<vhost>,path=<war-context>,type=Manager
      , however this MBean doesn't exist for distributable webapps (JBoss version 3.2.5 and 3.2.7 at least). I have found the MBean
      WebModule=<vhost>/<war-context>,service=ClusterManager
      , however this appears to simply have replication stats.

      Thanks,
      M

        • 1. Re: Distributable webapps and HTTP Sessions
          mcorey

          Ok, no responses yet, so I'll extend the question -- should the

          jboss.web:host=<vhost>,path=<war-context>,type=Manager
          MBeans be available for webapps that are marked as distributable, or is there some deeper problem that I have with my deployment?