You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/01/18 13:55:27 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs howto_migration.xml

cmlenz      2003/01/18 04:55:27

  Modified:    documentation/docs/xdocs howto_migration.xml
  Log:
  Moved list items to subsections
  
  Revision  Changes    Path
  1.8       +26 -15    jakarta-cactus/documentation/docs/xdocs/howto_migration.xml
  
  Index: howto_migration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_migration.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- howto_migration.xml	18 Jan 2003 00:08:32 -0000	1.7
  +++ howto_migration.xml	18 Jan 2003 12:55:27 -0000	1.8
  @@ -78,33 +78,44 @@
         <p>
           Follow these steps:
         </p>
  -      <ul>
  -        <li>
  -          <strong>Step 1</strong>: Put <code>aspectjrt.jar</code> (found in
  +      
  +      <section title="Step 1">
  +
  +        <p>
  +          Put <code>aspectjrt.jar</code> (found in
             <code>CACTUS_HOME/lib</code>) in both your client side and server
             side classpaths.
  -        </li>
  -        <li>
  -          <strong>Step 2</strong>: Modify your <code>cactus.properties</code>
  -          to the new format. For example:
  -        </li>
  +        </p>
  +
  +      </section>
  +
  +      <section title="Step 2">
  +
  +        <p>
  +          Modify your <code>cactus.properties</code> to the new format. For
  +          example:
  +        </p>
   <source><![CDATA[
   cactus.contextURL = http://localhost:8000/cactus
   cactus.servletRedirectorName = ServletRedirector
   ]]></source>
  -        <li>
  -          <strong>Step 3</strong>: Ensure that
  -          <code>cactus.servletRedirectorName</code> does
  -          not end with a "/" and that the mapping in <code>web.xml</code>
  -          matches it:
  -        </li>
  +
  +      </section>
  +
  +      <section title="Step 3">
  +
  +        <p>
  +          Ensure that <code>cactus.servletRedirectorName</code> does not end
  +          with a "/" and that the mapping in <code>web.xml</code> matches it:
  +        </p>
   <source><![CDATA[
       <servlet-mapping>
           <servlet-name>ServletRedirector</servlet-name>
           <url-pattern>/ServletRedirector</url-pattern>
       </servlet-mapping>
   ]]></source>
  -      </ul>
  +
  +      </section>
   
         <p>
           The Cactus sample is supposed to work with Ant 1.4. However, we
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>