diff --git a/webapps/docs/architecture/startup.xml b/webapps/docs/architecture/startup.xml index c95e10495b8..c854e551439 100644 --- a/webapps/docs/architecture/startup.xml +++ b/webapps/docs/architecture/startup.xml @@ -42,23 +42,6 @@ different ways to start tomcat, including:
  • Automatically as a Windows service.
  • - -

    -A text description 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. -

    -
    - - -

    -The UML sequence diagram 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. -

    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.

    -
    -

    -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.

    -
    - - diff --git a/webapps/docs/architecture/startup/serverStartup.pdf b/webapps/docs/architecture/startup/serverStartup.pdf deleted file mode 100644 index 34aa59808b3..00000000000 Binary files a/webapps/docs/architecture/startup/serverStartup.pdf and /dev/null differ