dims        01/06/12 05:12:53

  Modified:    xdocs    Tag: cocoon_20_branch installing.xml
  Log:
  Added installation instructions for Resin 2.0.0
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +33 -0     xml-cocoon2/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/installing.xml,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- installing.xml    2001/06/04 10:47:06     1.6
  +++ installing.xml    2001/06/12 12:12:52     1.6.2.1
  @@ -400,6 +400,39 @@
           </li></ul>
        <note>As both JBoss and Cocoon 2 ship with a Hypersonic database installed, 
these both conflict and you won't be able to view the Cocoon database (SQL) samples. 
Then again, you probably use JBoss for EJB persistence anyway, so this shouldn't 
bother you to much ;-)</note>
        </s2>
  +    <s2 title="Installing on Resin 2.0.0">
  +     <p>
  +        This section describes the deployment of the Cocoon 2 sample WAR with Resin 
2.0.0. 
  +        It assumes that you built Cocoon 2 as described above. All steps have been 
tested 
  +        with a fresh Resin 2.0.0 installation (the package is available from 
  +        <link href="http://www.caucho.com/download/";>Resin's download page</link>)
  +     </p>
  +     <p>After unpacking the Resin package you get the following directory 
structure</p>
  +     <source>
  +[path]...
  +[path]/resin-2.0.0/lib
  +[path]/resin-2.0.0/webapps
  +[path]...</source>
  +     <p>In order to get Cocoon 2 running you have to install Xerces as default XML 
parser for Resin.</p>
  +     <ul>
  +       <li>Stop the server if it is running.</li><li>Remove the following files 
from the <code>resin-2.0.0/lib</code> directory
  +         <ul>
  +           <li>jaxp.jar</li>
  +           <li>dom.jar</li>
  +           <li>sax.jar</li>
  +         </ul>
  +       </li>
  +       <li>Copy the <code>xerces-XXX.jar</code> JAR file from 
<code>xml-cocoon2/lib</code> to <code>resin-2.0.0/lib</code> directory
  +       </li>
  +       <li>Copy the <code>cocoon.war</code> WAR file to 
<code>resin-2.0.0/webapps</code> directory
  +       </li>
  +     </ul>
  +     <ul>
  +       <li>Start Resin as usual</li>
  +       <li>Open the Cocoon welcome page (http://localhost:8080/cocoon/)</li>
  +       <li>Congratulations! (hopefully) you should see the Cocoon welcome page.</li>
  +     </ul>
  +     </s2>
    </s1>
   
   </body>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to