From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > ... > > > > > > I can confirm that this is true also for WebLogic 7.0. > > > I've been able to deploy Cocoon as a directory (didn't try WAR yet) > only > > > by > > > renaming jar names without any other file moving/coping or changing > the > > > start script. > > > > Sorry, it was a little lie, I had to comment out some lines (marked as > FIXME > > by Vadim) from CocoonServlet.java and Cocoon.java files. In that lines > > system properties were set for JAXP and that prevented WL to startup. > > > > Vadim, isn't it better to remove those lines and use standart way of > > specifying JAXP properties (jaxp.properties or so)? > > First you have to fix/force BEA to fix weblogic itself. It blindly > replaces these properties with links to BEA's versions of parser and > XSLT engine in (IIRC) T3SrvrImpl.
I was able to deploy Cocoon in WL 7.0 using BEA's version of Xerces and Xalan. Can't say about the future, though. It's also possible to create custom XML registry and assign it to an application, IIRC. > > FWIW... It could be possible to remove these lines if you make some > configuration in the proprietary WEB-INF/weblogic.xml file. I think, that it's also possible to override system settings using -Dparam=value in the server startup script. I will check this too. Anyway, WL 7.0 claims that it's Java 1.3 compliant platform and from the first look it seems that it's implements specifications better than 6.x versions. Konstantin > > Vadim > > > > -- > > Konstantin > > ... > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
