Michiel Meeuwissen wrote: > I think monday or tuesday I will post an URL to an mmbase.war and you can try > this out.
As promised: http://mihxil.komputilo.org/MMBase/mmbase.war Unfortunately, you cannot - as I hoped - paste this url directly in the tomcat manager (see http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html), because it only accepts 'local' urls. So you'd have to download it first and then feed something like file:///home/mmbase/mmbase.war I don't know how to directly deploy it in other app-servers. I've made a few changes. Most noticably that it turned out that you can access the files in WEB-INF/config inside a war (ServletContext.getResourcePaths). So that feature is used now (so the resource-loaders has three lines of defense now: File's, ServletContext.getResourcePaths, Class.getResourceAsStream). The last one is still useful for putting config in jars. The first one is still usefull if FileWatchers must work. Btw, Eduard, I also had the change ObjectTypes.java quit a lot, because it was really stiff of File-dependent stuff, only triggered with empty database and causing fatal errors... The mentioned war is a very clean 1.8 installation. Most things work (try e.g. mmbase/edit) , but not everything. E.g. the admin-pages have some problems still (it is using getRealPath, which should be changed to getResource, which I haven't done yet). Michiel -- Michiel Meeuwissen mihxil' Mediacentrum 140 H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US
