I use a provider that connects IIS with a Linux Tomcat server. They send only WEB-INF/web.xml, WEB-INF/classes and WEB-INF/lib to the Tomcat server, hence the WEB-INF/config files stay on the IIS server and mmbase does not initialize. There are several solutions possible:
- put the config directory in classes or in a jar file in lib - initialize from a config directory on another server (is probably not a safe solution) In all cases the config directory is moved and I don't know what to change in MMBase to get this working. Martijn Houtman
