Hi there, On Feb 16, 2010, at 3:10 PM, NicolaNardino wrote:
> > Thanks for replying. Actually, I can't understand it start working when I did > amend that parameter, actually don't have the time to dig into the code, I'd > like to. > > By the way, I'm evaluating xwiki for my company, and really can't understand > why the same deployment is working on Tomcat and not in Weblogic that's thje > final target I'll have to install the wiki to. You should ask the WebLogic guys... :) On the XWiki side we're just coding against the Servlet API. We don't have anything specific for any container. The other possibility is that you haven't configured your servlet container properly. Thanks -Vincent PS: A usual problem that appears is that servlet container leak regarding classloaders so it's possible WebLogic is not isolating properly the xwiki libs and some are conflicting with the weblogic ones. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

