Please read latest install guide from CVS. Or, in short: - Do not delete anything from Resin - Do not copy any jars into Resin
Resin 2.0.4 now works with Cocoon out-of-the-box. Vadim > -----Original Message----- > From: Scott Lamb [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 21, 2001 12:31 AM > To: [EMAIL PROTECTED] > Subject: Resin 2.0.4 installation > > I'm trying to install Cocoon 2.0 on Resin 2.0.4 and not having > much luck. I got it work on Tomcat 4.0.1, but it was very slow. I'm trying > Resin in the hopes that it will be faster. (Though I'd love to hear any > Tomcat+Cocoon performance tips.) > > Short version: I'm missing org/w3c/xsl/XSLTContext. It was in the Resin > jars the install guide said to delete and isn't in Cocoon. Do I want part > of these back or is there another file I get? > > Long version: I did this: > > - Unpacked/ran Resin. It worked fine. > > - Followed "Installing on Resin 2.0.x" instructions. Replaced > resin-2.0.4/lib/{jaxp,dom,sax}.jar with xerces-1.4.4.jar. Copied > cocoon.war to resin-2.0.4/webapps > > - Ran Resin. It failed with a NoClassDefFoundError on > org/xml/sax/XMLReader > > - Looked for this class and found it in xml-apis.jar; copied that over. > > $ for i in cocoon/WEB-INF/lib/*.jar; do jar tf $i | \ > fgrep org/w3c/xsl/XSLTContext | sed -e "s|^|$i: |"; done > > - Ran Resin. It started but pages failed to load with NoClassDefFoundError on > org/w3c/xsl/XSLTContext > > - Looked for this in same way. Didn't find it. This sounds like something > Xalan would have, but apparently it doesn't. > > Any ideas would be appreciated. > > Thanks, > Scott Lamb > --------------------------------------------------------------------- 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]>