You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/12/14 10:11:41 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/architecture index.xml overview.xml

remm        2003/12/14 01:11:41

  Modified:    webapps/docs build.xml
               webapps/docs/architecture index.xml overview.xml
  Log:
  - Build the architecture portions.
  - Typo fixes.
  
  Revision  Changes    Path
  1.8       +25 -0     jakarta-tomcat-catalina/webapps/docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	14 Jul 2003 16:29:39 -0000	1.7
  +++ build.xml	14 Dec 2003 09:11:41 -0000	1.8
  @@ -53,6 +53,11 @@
       <!-- Catalina Functional Specifications -->
       <mkdir     dir="${webapps.build}/${webapp.name}/catalina/funcspecs"/>
   
  +    <!-- Architecture -->
  +    <copy    todir="${webapps.build}/${webapp.name}/architecture">
  +      <fileset dir="architecture" excludes="*.xml"/>
  +    </copy>
  +
       <!-- Images Subdirectory -->
       <mkdir     dir="${webapps.build}/${webapp.name}/images"/>
       <copy    todir="${webapps.build}/${webapp.name}/images">
  @@ -158,6 +163,26 @@
       <mkdir     dir="${webapps.build}/${webapp.name}/config/printer"/>
       <style basedir="config"
              destdir="${webapps.build}/${webapp.name}/config/printer"
  +         extension=".html"
  +             style="tomcat-docs.xsl"
  +          excludes="project.xml"
  +          includes="*.xml">
  +      <param name="relative-path" expression="../.."/>
  +      <param name="project-menu" expression="nomenu"/>
  +    </style>
  +
  +    <!-- Server Architecture -->
  +    <style basedir="architecture"
  +           destdir="${webapps.build}/${webapp.name}/architecture"
  +         extension=".html"
  +             style="tomcat-docs.xsl"
  +          excludes="project.xml"
  +          includes="*.xml">
  +      <param name="relative-path" expression=".."/>
  +    </style>
  +    <mkdir     dir="${webapps.build}/${webapp.name}/architecture/printer"/>
  +    <style basedir="architecture"
  +           destdir="${webapps.build}/${webapp.name}/architecture/printer"
            extension=".html"
                style="tomcat-docs.xsl"
             excludes="project.xml"
  
  
  
  1.2       +1 -1      jakarta-tomcat-catalina/webapps/docs/architecture/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/architecture/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	13 Dec 2003 17:18:56 -0000	1.1
  +++ index.xml	14 Dec 2003 09:11:41 -0000	1.2
  @@ -41,7 +41,7 @@
       and concepts.</li>
   <li><a href="startup.html"><strong>Server Startup</strong></a> -
       A detailed description, with sequence diagrams, of how the Tomcat
  -    server starts up.
  +    server starts up.</li>
   <li><a href="requestProcess.html"><strong>Request Process Flow</strong></a> -
       A detailed description of how Tomcat handles a request.</li>
   </ul>
  
  
  
  1.2       +1 -1      jakarta-tomcat-catalina/webapps/docs/architecture/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/architecture/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml	13 Dec 2003 17:51:53 -0000	1.1
  +++ overview.xml	14 Dec 2003 09:11:41 -0000	1.2
  @@ -8,7 +8,7 @@
   
     <properties>
       <author email="yoavs@apache.org">Yoav Shapira</author>
  -    <title>Architecture Overview/title>
  +    <title>Architecture Overview</title>
     </properties>
   
   <body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/architecture index.xml overview.xml

Posted by Remy Maucherat <re...@apache.org>.
remm@apache.org wrote:
> remm        2003/12/14 01:11:41
> 
>   Modified:    webapps/docs build.xml
>                webapps/docs/architecture index.xml overview.xml
>   Log:
>   - Build the architecture portions.
>   - Typo fixes.

Some comments:
- could the PDF thing be replaced by a big image (more readable), and 
also include the post processing, and more of what happens in the HTTP 
protocol handler ?
- the map() calls on each container valve are now gone
- the error dispatcher valve is now gone (as it's a standard part of the 
API, its place was in the basic container valve)
- could the blurb on performance be replaced by something more 
optimistic and marketting friendly, such as "Tomcat is among the fastest 
servlet containers", unless you have evidence which proves otherwise ? ;-)

Good stuff :)

Rémy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org