This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 639f8ee6c5 Remove the out-dated description and diagram 639f8ee6c5 is described below commit 639f8ee6c5855c3857071eae0c783ecc1437824e Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 20 13:53:03 2024 +0100 Remove the out-dated description and diagram --- webapps/docs/architecture/startup.xml | 29 +++------------------ .../docs/architecture/startup/serverStartup.pdf | Bin 46175 -> 0 bytes 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/webapps/docs/architecture/startup.xml b/webapps/docs/architecture/startup.xml index c95e10495b..c854e55143 100644 --- a/webapps/docs/architecture/startup.xml +++ b/webapps/docs/architecture/startup.xml @@ -42,23 +42,6 @@ different ways to start tomcat, including: <li>Automatically as a Windows service.</li> </ul> -<subsection name="description"> -<p> -A <a href="startup/serverStartup.txt">text description</a> of the startup -procedure created for Tomcat 5. The updated version of this description for -Tomcat 11 will be included in the updated diagrams and diagram descriptions in -the following section. This text file will be removed when that update is -complete. -</p> -</subsection> - -<subsection name="diagram"> -<p> -The <a href="startup/serverStartup.pdf">UML sequence diagram</a> of the startup -procedure created for Tomcat 5 is gradually being replaced with updated diagrams -based on Tomcat 11. The scope of these diagrams may be adjusted as they are -produced. -</p> <p> A series of UML diagrams have been created to document the start-up process for Tomcat. @@ -106,20 +89,14 @@ parse the global and application provided configuration files to create a merged web.xml file that is then used, along with other settings, to configure the web application. </p> -</subsection> -<subsection name="comments"> <p> -The startup process can be customized in many ways, both -by modifying Tomcat code and by implementing your own -LifecycleListeners which are then registered in the server.xml -configuration file. +The startup process can be customized in many ways by implementing your own +LifecycleListeners which are then registered in the server.xml configuration +file. </p> -</subsection> - </section> - </body> </document> diff --git a/webapps/docs/architecture/startup/serverStartup.pdf b/webapps/docs/architecture/startup/serverStartup.pdf deleted file mode 100644 index 34aa59808b..0000000000 Binary files a/webapps/docs/architecture/startup/serverStartup.pdf and /dev/null differ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org