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 22a3d1ffff Update the second of the six diagrams.
22a3d1ffff is described below

commit 22a3d1ffff3fd22c819b34addcebdbb28fa4ad9c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 28 16:54:29 2024 +0100

    Update the second of the six diagrams.
---
 webapps/docs/architecture/startup.xml                 |   7 +++++--
 webapps/docs/architecture/startup/2_catalina_init.png | Bin 0 -> 59658 bytes
 webapps/docs/architecture/startup/2_catalina_init.vpd |   1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/architecture/startup.xml 
b/webapps/docs/architecture/startup.xml
index 5fbcfc57e5..6bdd7d1b38 100644
--- a/webapps/docs/architecture/startup.xml
+++ b/webapps/docs/architecture/startup.xml
@@ -73,8 +73,11 @@ waits in the await() method for a shutdown signal. Once a 
shutdown signal is
 received, the Server object is stopped and then destroyed. The JVM then exits.
 </p>
 <p>
-Diagram 2 will show how the Server initialises the Connectors and associated
-objects.
+<a href="startup/2_catalina_init.png">Diagram 2</a> shows how Tomcat initalizes
+the objects created by the Digester in the previous step and when additional 
key
+objects are created. A Server may have several Services although it typically
+only has one. Each Service may have multiple Connectors. A Connector instance 
is
+associated with a single Protocol instance and a single CoyoteAdapter instance.
 </p>
 <p>
 Diagram 3 will show how the Server initialises the Service(s), Engine(s) and
diff --git a/webapps/docs/architecture/startup/2_catalina_init.png 
b/webapps/docs/architecture/startup/2_catalina_init.png
new file mode 100644
index 0000000000..3da81b7722
Binary files /dev/null and 
b/webapps/docs/architecture/startup/2_catalina_init.png differ
diff --git a/webapps/docs/architecture/startup/2_catalina_init.vpd 
b/webapps/docs/architecture/startup/2_catalina_init.vpd
new file mode 100644
index 0000000000..ed00fb378d
--- /dev/null
+++ b/webapps/docs/architecture/startup/2_catalina_init.vpd
@@ -0,0 +1 @@
+3cU2FsdKGVkX1t9tZy9VJxXYPh6Tpp90wtnKkkdoiOukuZAl8Wa4E=H8rXYII5c+76D6BMUaAe5Fky3ZKdelZm7wh7w/bFDhk4slXP3WGSsiGEH4B3hPR3QOu4btmIj/tyDU+RGpVmR1LlosBA1yC0XU/RkqBx5y1gqypY7Lj42mEiM6uFVWgy1c/wvVnLMcN1sGCet+9bs6qm1kRgpydSOOwcdJ1mKYvCEXP3FoIG5ka8ElC2kswwhz8tuyHkKiIHW8sdEiWLi4gm1x8Bc4N33z1RAKsCzSL5X7LiR0PATJqpbhhAtZBYBuY4fW0ZJc7dFvTTer9XGhoJso4OPOTY/eopXwOz0MYyxicaVCSS58EE+SI2u8J/8e53dnuPygIwZgGQsZTsR0PtYy6ilm2ETaSDoV+vUvhgqmlWU+g/j8fHd1B5qgKpAzYzzvX2V5T3Fl7Fs/BF4g5tZgMbyNlSUs45h5TRXOjZ0FdzEDnnXY
 [...]
\ No newline at end of file


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

Reply via email to