Nico Klasens wrote: > Download the war from http://cmsc.finalist.com and put your taglib jar
So, I took the opportunity to try it out... Which gives me a list of remarks about CMSC first. Perhaps they're interesting, because I'm a naive user: - it took me quite some time to get it working. The installation notes are in the other download. I tried to get it working on hsql/jdbc.xml but did not succeed, but perhaps the problem was in something I later solved. - logging is configured so that configuration errors in the data-source appear in the SQL log. Which was not the file I was tailing, so I was flabbergasted for quite some time.. logging is overly specified anyway, because it is a hard job to set logging back to service. Also it may be better to leave logging on stdout in such a general download. "../logs" did not exist for me. - It depends on xerces. It was running tomcat 5.5 on java 1.5, with no xerces. This gave very very, huge, errors from AJAX in the editors, essentially saying that org.apache.xml.serialize.OutputFormat was missing.. Very irritating. I needed to place xercesImp.jar and xml-apis.jar in common/endorsed to get rid of it. I'd suggest to remove the dependency, which would make installation a bit easier. - If something goes wrong during start up, it remains in an eternal loop which is supposedly 'waiting for mmbase' (according to a thread-dump). On the front-end no 503 are reported, during this waiting, but requests are simply stalled. Also e..g the tomcat-manager is unreacheable during this (eternal) time. - After a restart I needed to login again. I think that is not necessary any more, because the cloud object in the session is serializable. Anyhow, finally I saw your problem with the locale. A replacement taglib-jar which is just checking the request property does not cause it, so I will add that, because it would make me happy too (I only want to set the locale in the outer-most JSP, perhaps even with <mm:content language="client"). So, I suppose the cause is somehow related with the checking for the parent ContextReferrers, because that is the only difference now. I think you added that at june 7, but I never quite got why. greetz :-) Michiel -- Michiel Meeuwissen mihxil' Peperbus 107 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
