On Thu, Aug 20, 2009 at 2:05 AM, Laird Nelson<[email protected]> wrote: > Aha; I bet that will do it! Thanks!
Laird, I am your soulmate and running it on Solaris/GlassFish v2.1 too. And that's because probably like you, I have tons of EE software, EJB and web services integrated. You will have to face few things: 1. http://wiki.magnolia-cms.com/display/WIKI/How+to+install+on+Glassfish — and you're done. Make sure you've deployed WAR twice: one as "magnoliaWhatever", another "magnoliaPublic". 2. Additional stuff (jars for modules) that it will ask you to install afterwards, you can put in $DOMAIN/lib/ instead. This way you will have them once for all instances. 3. Unicode does not works properly, so you will get ISO8859-1 and render to HTML &#entities; instead of real characters *sometimes* (sometimes not). This is due to Magnolia is trying to set UTF-8 from context after ServletRequest.getReader() was called. Hope it will be fixed in next release, if #4 (see below). 4. Make some little noise around sometimes to let developers finally admit that GlassFish actually has to be one of the top priorities to support. :-) -- Kind regards, BM Things, that are stupid at the beginning, rarely ends up wisely. ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
