From: <jbo...@li...> - 2006-01-24 22:19:08
|
Author: mnasato Date: 2006-01-24 17:18:44 -0500 (Tue, 24 Jan 2006) New Revision: 2192 Modified: trunk/labs/davcache/README.txt Log: fixed tomcat instructions Modified: trunk/labs/davcache/README.txt =================================================================== --- trunk/labs/davcache/README.txt 2006-01-24 13:52:33 UTC (rev 2191) +++ trunk/labs/davcache/README.txt 2006-01-24 22:18:44 UTC (rev 2192) @@ -20,19 +20,21 @@ For JBoss (tested with 4.0.3SP1) - 1. start JBoss (tested with 4.0.3SP1) with the 'all' configuration - 2. deploy 'davcache.sar' - 3. optionally start another JBoss instance to test replication + 1. download the JBoss service (SAR) version + 2. explode and copy to JBOSS_HOME/server/all/deploy/ + 3. start JBoss in the all configuration + 4. optionally start another JBoss instance to test replication For standalone Tomcat (tested with 5.5.12) or any other servlet container - 1. start JBoss (tested with 4.0.3SP1) with the 'all' configuration - 2. deploy 'davcache.sar' - 3. optionally start another JBoss instance to test replication + 1. download the Webapp (WAR) version + 2. explode and copy to TOMCAT_HOME/webapps/ + 3. start Tomcat + 4. optionally deploy to another Tomcat server for replication finally - 4. point your Webdav client to 'http://localhost:8080/davcache' (no auth needed) + 5. point your Webdav client to 'http://localhost:8080/davcache' (no auth needed) Enjoy, |