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 1f84d68d3b Add group boxes to show where more detail can be found
1f84d68d3b is described below
commit 1f84d68d3b7c7aa5883425c9758ec6996c65113c
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 9 16:38:00 2024 +0100
Add group boxes to show where more detail can be found
---
.../docs/architecture/startup/1_overview.plantuml | 4 ++++
webapps/docs/architecture/startup/1_overview.png | Bin 48278 -> 54000 bytes
2 files changed, 4 insertions(+)
diff --git a/webapps/docs/architecture/startup/1_overview.plantuml
b/webapps/docs/architecture/startup/1_overview.plantuml
index 749d2d4a3c..967c44d231 100644
--- a/webapps/docs/architecture/startup/1_overview.plantuml
+++ b/webapps/docs/architecture/startup/1_overview.plantuml
@@ -55,16 +55,20 @@ return
|||
Catalina -> Catalina: initStream()
+group More detail in diagram 2
Catalina -> Server ++: init()
|||
return
+end
return
|||
+group More detail in diagram 3
Catalina -> Server ++: start()
|||
return
+end
|||
Catalina -> Catalina ++: await()
diff --git a/webapps/docs/architecture/startup/1_overview.png
b/webapps/docs/architecture/startup/1_overview.png
index f014d7d9b8..2bf8b64857 100644
Binary files a/webapps/docs/architecture/startup/1_overview.png and
b/webapps/docs/architecture/startup/1_overview.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]