A new document has been created. http://cocoon.zones.apache.org/daisy/documentation/802.html
Document ID: 802 Branch: main Language: default Name: I get a java.lang.VerifyError when accessing 'http://localhost/cocoon/'. What's wrong? Document Type: FAQ Created: 3/1/06 1:29:07 PM Creator (owner): Ross Gardler State: publish Parts ===== Content ------- Mime type: text/xml Size: 464 bytes Content: <html> <body> <p>Cocoon requires a JAXP 1.1 compliant parser. Some servlet engines (like Tomcat 3.2.1) use older XML parsers. Replace the XML parser with a more recent one (e.g. the Xerces 1.3.0 or newer).</p> <p>For Tomcat 3.2.1, remove the jaxp.jar and the parser.jar from the tomcat/lib directory. Copy the xerces.jar to this directory and rename it to parser.jar. Before you restart Tomcat, make sure to delete the tomcat/work directory.</p> </body> </html> Fields ====== Tags: Installation Collections =========== The document belongs to the following collections: documentation
