Consider this feed-back. I gave up trying. The documentation leaves much to be desired. Trying to upgrade to Cocoon 1.8.2 (gave up on Cocoon 2 a couple days ago) with Jakarta-Tomcat 3.3. The instructions on the web site for installing cocoon with jakarta are not working for me. I am so frustrated after so much reading, second guessing myself and trying again and again, I'v gone back to Cocoon 1.8 and Jakarta-Tomcat. The directory structure there is different, and it works like now, everything is under webapps/ROOT/, so I'm assuming there is some major shift in the way I did it before (using instructions NOT from cocoon's web site). Sincerely, Michael Case ============= browser (as per docs) http://localhost/cocoon/Cocoon.xml Not Found (404) Original request: /cocoon/Cocoon.xml Not found request: /cocoon/Cocoon.xml =========server side: 2001-08-03 16:04:25 - Ctx(/cocoon) : Class not found: org.apache.cocoon.Cocoon 2001-08-03 16:04:25 - Ctx(/cocoon) : Status code:404 request:R( /cocoon + /Cocoon.xml + null) msg:null 2001-08-03 16:04:33 - Ctx(/cocoon) : Status code:404 request:R( /cocoon + /Cocoon.xml + null) msg:null ==========mod_jk.conf (copied in everytime to auto) ########## Auto generated on Thu Aug 02 14:17:59 PDT 2001########## <IfModule !mod_jk.c> LoadModule jk_module libexec/mod_jk.so </IfModule> JkWorkersFile "/usr/local/jakarta-tomcat/conf/jk/workers.properties" JkLogFile "/usr/local/jakarta-tomcat/logs/mod_jk.log" JkMount /examples ajp13 JkMount /examples/* ajp13 JkMount /admin ajp13 JkMount /admin/* ajp13 Alias /cocoon $TOMCAT_HOME/webapps/cocoon <Directory "$TOMCAT_HOME/webapps/cocoon"> Options Indexes FollowSymLinks </Directory> JkMount /cocoon/*.xml ajp13 AddType text/xml .xml <Location /cocoon/WEB-INF/ > AllowOverride None deny from all </Location> ============tail of server.xml <Context path="/cocoon-1.8" docBase="webapps/cocoon" debug="0" reloadable="true" > </Context> </ContextManager> </Server> ==============dir structure -- Michael E. Case UC Davis [EMAIL PROTECTED] (530) 754-7226 --------------------------------------------------------------------- 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]>