User: gropi   
  Date: 01/05/28 07:26:07

  Modified:    src/docs howtotomcat.xml
  Log:
  cosmetics: added subtitles for better readability
  
  Revision  Changes    Path
  1.5       +15 -13    manual/src/docs/howtotomcat.xml
  
  Index: howtotomcat.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtotomcat.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howtotomcat.xml   2001/04/27 08:45:40     1.4
  +++ howtotomcat.xml   2001/05/28 14:26:07     1.5
  @@ -21,8 +21,8 @@
    We now run <emphasis>optimized stacks</emphasis> the JSP/Servlet engine talks 
natively with the EJB engine resulting in
    dramatic speed increases. Without the optimization the invocation is through the 
network layer. With
    the optimized layers the invocation is <emphasis>native, inVM,</emphasis> within 
the same stack of APIs</para>
  - <para>
  - Features
  + <section>
  + <title>Features</title>
          <itemizedlist>                
          <listitem><para>      
          Parsing of server.xml for full Tomcat configuration support 
  @@ -61,11 +61,10 @@
          Integrated Security Model
          </para></listitem>
          </itemizedlist>
  -</para>
  +</section>
    
  - <para> 
  - Mailing lists
  - </para>
  + <section> 
  + <title>Mailing lists</title>
    <para>      
    Refer to Tomcat's <ulink 
url="http://jakarta.apache.org/tomcat/index.html";>homepage</ulink> for questions 
specific to 
    Tomcat deployment. </para>
  @@ -73,8 +72,9 @@
    <para>
    Questions about the J2EE deployer and the integration should be posted to 
    <ulink url="http://www.jboss.org/business/lists.html";>our lists</ulink> 
(JBoss)</para>
  - 
  - <para>Distribution and CVS</para>
  + </section>
  + <section>
  + <title>Distribution and CVS</title>
    
    <para>
    JBoss Tomcat is shipped as part of the <ulink 
url="http://www.jboss.org/business/binary.html";>standard JBoss/Server</ulink> 
  @@ -87,11 +87,11 @@
    The Pre-2.1 CVS source contains a new version of EmbeddedTomcat (plus other 
enhancements) that does
    parse Tomcat's server.xml. It is recommended that you use the information provided 
below. This new
    version of EmbeddedTomcat will be rolled in to the official 2.1 release. </para>
  + </section>
  + <section>
  + <title>How-to build and install EmbeddedTomcat</title>
   
    <para>
  - How-to build and install EmbeddedTomcat</para>
  -
  - <para>
    You will need 
          <itemizedlist> 
          <listitem><para>      
  @@ -261,8 +261,9 @@
       </orderedlist>
       </para>
         <para> That's it !! Note that the connection handlers are configured from 
Tomcat's server.xml file. </para>
  -
  - <para>How-to package and deploy an EAR file on JBoss/Tomcat</para>
  + </section>
  + <section>
  + <title>How-to package and deploy an EAR file on JBoss/Tomcat</title>
    
    <para>
    In order to benefit from the classloader integration, you have to deploy your 
application in an EAR
  @@ -362,4 +363,5 @@
   
    <para> 
    For a full example including a servlet and an EJB, see the tomcat-test.ear in the 
<ulink url="http://www.jboss.org/zip_archives/contrib-cvs.zip";>contrib/tomcat 
module</ulink></para>
  + </section>
   </section>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to