You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Lon F. Binder (JIRA)" <ji...@apache.org> on 2011/08/12 14:47:27 UTC

[jira] [Commented] (OFBIZ-4242) CatalinaContainer Doesn't Respect Node for web.xml files.

    [ https://issues.apache.org/jira/browse/OFBIZ-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084079#comment-13084079 ] 

Lon F. Binder commented on OFBIZ-4242:
--------------------------------------

Jacques, sorry I must have missed the original question.  Distributing components adds additional load to the cluster manager and the network.  There are various components that don't need to distribute, such as all the administrative tools (at least for our organization).  Another example are service-oriented components, which we don't want to distribute.

> CatalinaContainer Doesn't Respect <distributable/> Node for web.xml files.
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-4242
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4242
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: Release 09.04
>            Reporter: Lon F. Binder
>            Assignee: Jacques Le Roux
>              Labels: cluster, clustering, tomcat
>         Attachments: ofbiz-4242-patch.txt
>
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira