Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 34827 invoked from network); 15 Jan 2001 19:49:09 -0000 Received: from phoenix.cactus.ca (HELO slider.cactus.ca) (206.108.58.39) by h31.sny.collab.net with SMTP; 15 Jan 2001 19:49:09 -0000 Received: by slider.cactus.ca with Internet Mail Service (5.5.2650.21) id ; Mon, 15 Jan 2001 12:06:17 -0500 Message-ID: <355ACE33C543D7489C3A286647574F8207CC9D@slider.cactus.ca> From: Philippe Lavoie To: "'cocoon-dev@xml.apache.org'" Subject: Tomcat problem with XSP pages... (and solution) Date: Mon, 15 Jan 2001 12:06:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N For some odd reason tomcat decided that ./repository should be put inside $TOMCAT_HOME/lib This means that you do a restart of tomcat and your xsp page are now fixed in stone... not much fun. Can you add the following fix to the FAQ or the installation page please ? Q:I have Tomcat and my pages that use XSP are not being updated, what gives? A: Modify your cocoon.properties and specify an absolute path for the processor.xsp.repository instead of the default "./repository". We suggest something like processor.xsp.repository = $TOMCAT_HOME/webapps/cocoon/WEB-INF/repository (please note that you need to replace $TOMCAT_HOME with the proper value) It would be interesting to see if I'm the only one that got this behavior :) Philippe Lavoie Software Engineer tel: 819.778.0345 mobile: 819.664.9881 Cactus Communications Internet email: philippe.lavoie@cactus.ca