Sorry if this is a FAQ, I'll make it short:
Downloaded C2a7 via cvs
built cocoon.war as described in INSTALL
copied cocoon.war to %TOMCAT_HOME%\webapps
TRIAL1
started tomcat
when requesting http://localhost:8080/cocoon/ I get
org.xml.sax.SAXException: Could not get valid parserNamespace not
supported by SAXParser
TRIAL2
stopped tomcat
renamed %TOMCAT_HOME%\lib\parser.jar to zparser.jar
copied xerces_1_4_0.jar coming with cocoon2 to %TOMCAT_HOME%\lib\
started tomcat
when requesting http://localhost:8080/cocoon/ I still get
org.xml.sax.SAXException: Could not get valid parserNamespace not
supported by SAXParser
Any ideas?
TIA
Goetz
--------
Base System: Win2000, TC 3.2.1 (clean installation, as distributed), JDK
1.2.2
CLASSPATH (after second trial) IS
C:\apps\tomcat-3.2.1\classes;
C:\apps\tomcat-3.2.1\lib\ant.jar;
C:\apps\tomcat-3.2.1\lib\jasper.jar;
C:\apps\tomcat-3.2.1\lib\jaxp.jar;
C:\apps\tomcat-3.2.1\lib\servlet.jar;
C:\apps\tomcat-3.2.1\lib\webserver.jar;
C:\apps\tomcat-3.2.1\lib\xerces_1_4_0.jar;
C:\apps\tomcat-3.2.1\lib\zparser.jar;
C:\apps\jdk1.2.2\lib\tools.jar
---------------------------------------------------------------------
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]>