added a comment -
2005-06-30 13:55 Clustering does not work properly if web-app is shared among servers
If you share a web-application (with the accompanying config directory) over two or more servers, clustering does not work properly.
This is because the mmbase instances on those servers will have the same 'machinename', meaning that messages received form one server will be implemented as a 'local' change rather than a 'remote' change.
Added teh hostanme as default to machinename, and possibility to add extra info to a name (hostname and username) by using \${HOST} or \${USER} in teh anme.
If you share a web-application (with the accompanying config directory) over two or more servers, clustering does not work properly.
This is because the mmbase instances on those servers will have the same 'machinename', meaning that messages received form one server will be implemented as a 'local' change rather than a 'remote' change.