You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/03/29 13:13:41 UTC

cvs commit: xml-cocoon INSTALL

cziegeler    01/03/29 03:13:41

  Modified:    .        Tag: xml-cocoon2 INSTALL
  Log:
  Added Tomcat3.2.1 installation notes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +15 -3     xml-cocoon/Attic/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/Attic/INSTALL,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- INSTALL	2001/02/18 15:23:17	1.1.2.3
  +++ INSTALL	2001/03/29 11:13:40	1.1.2.4
  @@ -47,13 +47,14 @@
     engine will take care of installing it when restarted. 
     
     For Apache Tomcat, you have to copy the WAR archive into the '/webapps'
  -  directory so do
  +  directory, so do
     
       [unix] cp ./build/cocoon/cocoon.war $TOMCAT_HOME/webapps/cocoon.war
       [win32] copy .\build\cocoon\cocoon.war %TOMCAT_HOME%\webapps\cocoon.war
     
     where TOMCAT_HOME points to the directory where tomcat is installed (note:
  -  you don't need to set it in the enviornment, it's there only to show you)
  +  you don't need to set it in the enviornment, it's there only to show you). For more
  +  information on Tomcat 3.2.1 see the FAQ below.
   
   
    5) Restart the servlet engine.
  @@ -109,7 +110,18 @@
     directory.
   
   
  -  5) I'm still stuck, what do I do?
  +  5) I get an Exception when accessing Cocoon the first time. What's wrong?
  +
  +  Cocoon requires a JAXP 1.1 compliant parser. Recent servlet engines
  +  (like Tomcat 3.2.1) use older xml parsers. You have to replace the xml
  +  parser with a newer one (e.g. the Xerces 1.3.0).
  +  For Tomcat 3.2.1 simply remove the jaxp.jar and the parser.jar from the
  +  tomcat/lib directory and copy the xerces.jar to this directory and rename
  +  it to parser.jar. Before you restart Tomcat make sure to remove the
  +  tomcat/work directory beforehand.
  +
  +
  +  6) I'm still stuck, what do I do?
     
     Well, contact the Cocoon Users mail list (cocoon-users@xml.apache.org).
     Please, do not contact developers directly for help since the user list are
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org