greenrd     01/01/18 13:25:29

  Modified:    xdocs    installing.xml
  Log:
  fixing misunderstanding and extra detail for bea
  
  Revision  Changes    Path
  1.47      +8 -4      xml-cocoon/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- installing.xml    2001/01/16 14:13:06     1.46
  +++ installing.xml    2001/01/18 21:25:26     1.47
  @@ -415,13 +415,13 @@
        </p>
    
     <source><![CDATA[
  - cp -R $COCOON_HOME/samples $TOMCAT_HOME/webapps/cocoon/servlets
  + cp -R $COCOON_HOME/samples $TOMCAT_HOME/webapps/cocoon/samples
     ]]></source>
    
         <p>
         Finally, you need to stop Tomcat, stop Apache, then restart the two in 
order to make
         all of the new settings load. You should be able to access pages like 
  -      http://localhost/cocoon/Cocoon.xml and 
http://localhost/cocoon/servlets/index.xml
  +      http://localhost/cocoon/Cocoon.xml and 
http://localhost/cocoon/samples/index.xml
        </p>
    
    
  @@ -489,7 +489,11 @@
       <ol>
        <li>Add all the required jar files 
         <jump anchor="jars">(see top of page)</jump>
  -      to your CLASSPATH (but see the CLASSPATH section below!).</li>
  +      to your CLASSPATH (but see the CLASSPATH section below!).
  +      You can do this through <code>wlconfig</code> in the 
<code>weblogic\bin</code> directory,
  +      or on Windows through <code>regedit32</code> (Software -> BEA Systems 
-> 
  +      Weblogic -> 5.10 -> classpath), or the <code>startweblogic.cmd</code> 
file.
  +     </li>
        <li>Create a new subdirectory tree of your WLS run time directory
         "cocoonwar/WEB-INF" and copy the default web.xml file (from the
         src/WEB-INF directory of the distribution) there.</li>
  @@ -497,7 +501,7 @@
         distribution to cocoonwar/WEB-INF and update the web.xml file to 
         refer to it. You should use a relative path:
         <code>/WEB-INF/cocoon.properties</code></li>
  -     <li>Copy the samples directory from the distribution to cocoonwar</li>
  +     <li>Copy the samples directory from the distribution to 
<code>cocoonwar</code></li>
        <li>Map the web application into the WLS URI name space by adding the
         following line to your weblogic.properties file:
         <code>weblogic.httpd.webApp.cocoon=cocoonwar</code>
  
  
  

Reply via email to