From: <jbo...@li...> - 2005-09-09 09:46:10
|
Author: mla...@jb... Date: 2005-09-09 05:46:03 -0400 (Fri, 09 Sep 2005) New Revision: 1062 Added: trunk/labs/jbossweb/xdocs/reference/ch02.xml trunk/labs/jbossweb/xdocs/reference/ch03.xml Modified: trunk/labs/jbossweb/xdocs/reference/project.xml Log: Add two chapters. Added: trunk/labs/jbossweb/xdocs/reference/ch02.xml =================================================================== --- trunk/labs/jbossweb/xdocs/reference/ch02.xml 2005-09-09 09:34:39 UTC (rev 1061) +++ trunk/labs/jbossweb/xdocs/reference/ch02.xml 2005-09-09 09:46:03 UTC (rev 1062) @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="ch02.html"> + + &project; + + <properties> + <author email="mla...@jb...">Mladen Turk</author> + <title>Tomcat Native</title> + </properties> + +<body> + +<section name="Design"> + <p>Tomcat Native uses <a href="http://apr.apache.org">APR</a> and + <a href="http://www.openssl.org">OpenSSL</a> + </p> + <figure src="/images/design/tcnativeblockda.png" name="Figure 2" text="Tomcat Native"/> +</section> +</body> +</document> Added: trunk/labs/jbossweb/xdocs/reference/ch03.xml =================================================================== --- trunk/labs/jbossweb/xdocs/reference/ch03.xml 2005-09-09 09:34:39 UTC (rev 1061) +++ trunk/labs/jbossweb/xdocs/reference/ch03.xml 2005-09-09 09:46:03 UTC (rev 1062) @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="ch03.html"> + + &project; + + <properties> + <author email="mla...@jb...">Mladen Turk</author> + <title>Hybrid connection model</title> + </properties> + +<body> + +<section name="Design"> + <p>Hybrid connection model + </p> + <figure src="/images/design/acceptflowchart.png" name="Figure 3" text="Accept flowchart"/> +</section> +</body> +</document> Modified: trunk/labs/jbossweb/xdocs/reference/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/reference/project.xml 2005-09-09 09:34:39 UTC (rev 1061) +++ trunk/labs/jbossweb/xdocs/reference/project.xml 2005-09-09 09:46:03 UTC (rev 1062) @@ -6,10 +6,12 @@ <body> <menu name="JBossWeb"> - <item name="Overview" href="../index.html"/> + <item name="Overview" href="../index.html"/> </menu> <menu name="Architecture"> - <item name="Overview" href="ch01.html"/> + <item name="Overview" href="ch01.html"/> + <item name="Native" href="ch02.html"/> + <item name="Hybrid connection model" href="ch03.html"/> </menu> </body> </project> |