Hide
The point is that the servlet context is be used to determin the default location for the mmbase config dir (WEB-INF/config), If however you use caches before servlet context being set into the resource loader, you may end up using a caches.xml which is present in a jar instaead.
Show
The point is that the servlet context is be used to determin the default location for the mmbase config dir (WEB-INF/config), If however you use caches before servlet context being set into the resource loader, you may end up using a caches.xml which is present in a jar instaead.