OpenCms 7, a great Open Source CMS seems not to work on glassfish 2. We tried OpenCMS 6 last year with glassfish 1 and we had no problems, but didn’t go into production with this setting.
OpenCms 7 on glassfish 2
This entry was posted in glassfish and tagged glassfish, glassfish2, opencms. Bookmark the permalink.
Have you already posted a query at USERS@glassfish.dev.java.net? – eduard/o
I’ve mad it work… you need to uncomment the lines in the opencms’s web.xml file relating to the ‘BEA’ workarounds (and you also need to delete the ‘description’ elements for the params for the xml to load properly):
OnErrorExitWithoutException
true
and
OnErrorExitWithoutException
true
RequestErrorPageAttribute
weblogic.servlet.errorPage
And of course, you need to deploy it from a directory from the exploded WAR… finally, once deployed, you need to restart your domain
-D
To D FedaK: Thanks !
Try to give this back to http://www.alkacon.com/ .
Thorleif
Hi
Can u pleas explain what is “the ‘BEA’ workarounds “?
thanks
what do you mean with ‘bea’ workarounds?
I found it!
take a look at http://sinocow.com/ and search ‘BEA WLS’ term, copy&paste to your web.xml
But, still… doesn’t work