Hi Nicola,
On Feb 17, 2010, at 9:44 AM, NicolaNardino wrote:
In the end I managed to make it working on Weblogic. Due to jar conflicts, I
had to use a context class loader. In the end, if you happen to have my same
issue, just add an app server specific deployment descriptor, in case of
weblogic is weblogic.xml with these minimal entries at least:
<weblogic-web-app
xmlns="http://www.bea.com/ns/weblogic/90">
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
</weblogic-web-app>
I really care to thank all the people who helped me. I'll keep evaluating
xwiki and let you know what the final outcome will be.
That's great that you were able to get it working!
If you want to help others so that they don't have the same pb as you, it would be
nice if you could add a WebLogic link + new page here, next to the other documented
containers:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallan…
You just need to register on
http://xwiki.org to be able to edit content.
Thanks
-Vincent