You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/10/23 10:12:46 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/repository webdav.xml

michi       2003/10/23 01:12:46

  Modified:    src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/repository
                        webdav.xml
  Log:
  michi removed
  
  Revision  Changes    Path
  1.2       +11 -11    cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/repository/webdav.xml
  
  Index: webdav.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/repository/webdav.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webdav.xml	16 Oct 2003 22:49:38 -0000	1.1
  +++ webdav.xml	23 Oct 2003 08:12:46 -0000	1.2
  @@ -22,11 +22,11 @@
   <source>
   <![CDATA[
   wget http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gz
  -cd /home/michiii/src/mod_dav-1.0.3-1.3.6
  -./configure --with-apache=/home/michiii/src/apache_1.3.24
  +cd /usr/local/src/mod_dav-1.0.3-1.3.6
  +./configure --with-apache=/usr/local/src/apache_1.3.24
   make
   make install
  -cd /home/michiii/src/apache_1.3.24
  +cd /usr/local/src/apache_1.3.24
   find . -name "*dav*" -print
   ./configure --prefix=/usr/local/apache --activate-module=src/modules/dav/libdav.a
   (./configure --prefix=/usr/local/apache --enable-module=proxy --activate-module=src/modules/dav/libdav.a)
  @@ -42,8 +42,8 @@
   </p>
   <source>
   <![CDATA[
  -DAVLockDB /home/michiii/build/apache/logs/DavLock
  -<Directory "/home/michiii/build/apache/htdocs">
  +DAVLockDB /usr/local/apache/logs/DavLock
  +<Directory "/usr/local/build/apache/htdocs">
   Dav On
   ]]>
   </source>
  @@ -70,10 +70,10 @@
   </p>
   <source>
   <![CDATA[
  -./configure --prefix=/home/michiii/build/apache2 --with-dav --enable-dav
  +./configure --prefix=/usr/local/apache2 --with-dav --enable-dav
   make 
   make install
  -/home/michiii/build/apache2/bin/httpd -l | grep dav
  +/usr/local/apache2/bin/httpd -l | grep dav
   ]]>
   </source>
   
  @@ -82,8 +82,8 @@
   </p>
   <source>
   <![CDATA[
  -DAVLockDB /home/michiii/build/apache2/logs/DavLock
  -<Directory "/home/michiii/build/apache2/htdocs">
  +DAVLockDB /usr/local/apache2/logs/DavLock
  +<Directory "/usr/local/apache2/htdocs">
   Dav On
   </Directory>
   ]]>
  @@ -127,7 +127,7 @@
   <source>
   <![CDATA[
   <contentstore classname="slidestore.reference.FileContentStore">
  -  <parameter name="rootpath">/home/michiii/build/jakarta-tomcat-4.1.21-LE-jdk14/webapps/lenya/lenya/pubs/notimes/content/authoring/articles</parameter>
  +  <parameter name="rootpath">/usr/local/jakarta-tomcat-4.1.21-LE-jdk14/webapps/lenya/lenya/pubs/notimes/content/authoring/articles</parameter>
     ...
   ]]>
   </source>
  @@ -150,7 +150,7 @@
   <title>Monitoring the WebDAV exchange</title>
   <source>
   <![CDATA[
  -cd /home/michiii/build/axis-1_1RC2
  +cd /usr/local/axis-1_1RC2
   java -cp lib/axis.jar org.apache.axis.utils.tcpmon
   
   Enter "Listen Port# 3333" for instance
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org