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.
Cheers
Nicola
--
View this message in context:
http://n2.nabble.com/XWiki-Install-Oracle-XE-10g-and-Tomcat-6-tp4575683p458…
Sent from the XWiki- Dev mailing list archive at
Nabble.com.