greenrd     01/01/23 11:21:47

  Modified:    .        changes.xml
               xdocs    installing.xml
  Log:
  fixed jrun 3.0 installation instructions
  
  Revision  Changes    Path
  1.195     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.194
  retrieving revision 1.195
  diff -u -r1.194 -r1.195
  --- changes.xml       2001/01/23 18:53:36     1.194
  +++ changes.xml       2001/01/23 19:21:26     1.195
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.194 2001/01/23 18:53:36 greenrd Exp $ 
  +  $Id: changes.xml,v 1.195 2001/01/23 19:21:26 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix" due-to="Roberto Viana" due-to-email="[EMAIL 
PROTECTED]">
  +   Fixed JRun 3.0 installation instructions.
  +  </action>
     <action dev="RDG" type="fix" due-to="Werner Guttmann" due-to-email="[EMAIL 
PROTECTED]">
      Fixed syntax errors in &lt;request:is-user-in-role&gt;
     </action>
  
  
  
  1.53      +5 -2      xml-cocoon/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- installing.xml    2001/01/23 16:44:47     1.52
  +++ installing.xml    2001/01/23 19:21:42     1.53
  @@ -928,12 +928,15 @@
       <link 
href="http://www.allaire.com/Handlers/index.cfm?ID=17501&amp;Method=Full";>
        the JRun website</link>
      <strong>and</strong> below, 
  -    you also need to do the following to 
  +    you also need to do the following to configure XSP and
       avoid conflicts with JRun 3.0's own XML classes.</p>
   
      <ol>
       <li>Make sure you first stop the admin server and the default 
server.</li>
  -    <li>Delete jaxp.jar, parser.jar and xt.jar from the JRun\lib\ext
  +    <li>In JRUN_HOME/lib/global.properties add the line (without any spaces 
or newlines):
  +      
<code>java.classpath={jrun.classpath};{user.classpath};{servlet.classpath};
  +            
{jrun.rootdir}/servers/default/cocoon-web-pub/WEB-INF/lib</code></li>
  +    <li>Delete jaxp.jar and parser.jar - <strong>but not</strong> xt.jar - 
from the JRun\lib\ext
        directory.</li>
       <li>Copy the xerces.jar which is in the Cocoon package,
        and also the tools.jar of the JDK 1.2.2 to the
  
  
  

Reply via email to