* Read module configurations von xml-file ================================================================
*/
public void readAllModulesFromConfiguraion() {
if (modulmanager == null) {
int port = ConfigMain.getIntParameter("goobiModuleServerPort");
modulmanager = new GoobiModuleManager(port, new ExtendedProzessImpl(), new ExtendedDataImpl());
/*
* -------------------------------- Nachrichtensystem initialisieren --------------------------------
*/
int delay = 5000;