Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4242

CatalinaContainer Doesn't Respect <distributable/> Node for web.xml files.

    XMLWordPrintableJSON

Details

    Description

      Per the servlet specification, the web.xml file should allow an optional <distributable/> node to indicate that the application is clusterable. Currently, OFBiz does not respect this setting and assumes all applications should be distributed if any cluster configuration is provided in the ofbiz-containers.xml file. As a result, if, for example, the DeltaManager is enable, all applications attempt to cluster and communicate via DeltaManager.

      The expected and proper functionality is to check the individual application's web.xml file for the <distributable/> node and only use the DeltaManager if found; otherwise the StandardManager should be used for sessions.

      Attachments

        1. ofbiz-4242-patch.txt
          5 kB
          Lon F. Binder

        Activity

          People

            jleroux Jacques Le Roux
            lonbinder Lon F. Binder
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: