> I got several mmbase applications running on the same Tomcat webserver. > Using RMMCI I want to connect to one of those applications. As they all have > the same cloudname, it is uncertain to which application I am connecting. So > I want to give each installation its own cloudname. How can I do that? there are a few things you can do the first one (required in think) is having every mmbase cloud register itself to the rmiregistry using unique name. this can be configured in rmmci.xml
The second thing you can / need to do is have a global server mapping names to rmi urls. The third thing you might want to to is keep track of where nodes where imported from. You might want to take a look at the http://mmapps.sourceforge.net/remotepublishing/ code *but it needs some work* _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
