here are the patches Vadim recommended me to install: CR064650, CR064449, CR065213, CR064391
I managed to make Cocoon work even without these patches, as Vadim advised me , I had to remove all dots from jar file names, and all manifest.mf files from these jars. I didn't perform step 3) and 4) as in the document you refer to. Also, I found one strange thing: if I put two class names in load-class parameter of web.xml for Cocoon, then somehow the whitespace between them is not recognized! I suspect that it's the impact of puiting xercerImpl-2.0.0.jar in the beginning of the classpath. jBoss worked well, and iPlanet and WLS couldn't handle two jdbc driver class names in "load-class". I don't have time to address this issue right now, so I simply changed force-load method in CocoonServlet to hardcode the loading. I'll return to the problem later. > -----Original Message----- > From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 8:30 AM > To: '[EMAIL PROTECTED]' > Subject: RE: cocoon2.1 on WebLogic6.1 sp2 > > > you need to apply four patches to WLS > > > -----Original Message----- > > From: Helena Ginzburg [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 13, 2002 5:46 AM > > To: [EMAIL PROTECTED] > > Subject: cocoon2.1 on WebLogic6.1 sp2 > > > > > > Hi all, > > > > I have an installation problem with latest version of cocoon > > on WebLogic6.1 > > sp2. > > Could you please help me? > > > > > > I am doing as the following (all taken from a list on > > > http://www.mail-archive.com/cocoon-users@xml.apache.org/msg05228.html > > > > I am adding a below code in cocoon.xconf file > > > > <xslt-processor > > class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" > > logger="root.xslt"> <parameter name="use-store" > > value="true"/> <parameter > > name="transformer-factory" > > value="org.apache.xalan.processor.TransformerFactoryImpl"/> > > </xslt-processor> > > > > Than I must add in cocoon.roles file. > > > > <role name="org.apache.cocoon.components.xslt.XSLTProcessor" > > shorthand="xslt-processor" > > > default-class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"/> > > > > Without adding this code to cocoon.roles file, I receive > > ClassCastException. > > > > If this code was added cocoon first page is working > > properly,but samples > > page are still empty. > > > > I deployed cocoon on tomcat4.3. This is work properly. > > I checked tomcat and WebLogic logs. They are the same(looks > > identical). > > WebLogic logs don't contain errors or problems. > > > > Please advise what should I do to make cocoon working? > > > > Any help or ideas would be appreciated very much. > > > > Thank you in advance > > Helena. > > > > > > > --------------------------------------------------------------------- > > Please check that your question has not already been > answered in the > > FAQ before posting. > <http://xml.apache.org/cocoon/faq/index.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/faq/index.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/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>