This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8dccf2924b Remove secret init-param default value new 230bec9e4e Add diagram 6 - deployment of applications by HostConfig new ba1ffab613 Remove the remaining SVGs new b8f985fc0a Add diagram 7 that shows Context configuration process The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: webapps/docs/architecture/startup.xml | 11 +- .../architecture/startup/5_catalina_start_3.svg | 394 ----------- .../startup/6_catalina_host_config.plantuml | 90 +++ .../startup/6_catalina_host_config.png | Bin 0 -> 65519 bytes .../architecture/startup/6_catalina_start_4.svg | 723 --------------------- .../startup/7_catalina_context_config.plantuml | 109 ++++ .../startup/7_catalina_context_config.png | Bin 0 -> 89731 bytes 7 files changed, 207 insertions(+), 1120 deletions(-) delete mode 100644 webapps/docs/architecture/startup/5_catalina_start_3.svg create mode 100644 webapps/docs/architecture/startup/6_catalina_host_config.plantuml create mode 100644 webapps/docs/architecture/startup/6_catalina_host_config.png delete mode 100644 webapps/docs/architecture/startup/6_catalina_start_4.svg create mode 100644 webapps/docs/architecture/startup/7_catalina_context_config.plantuml create mode 100644 webapps/docs/architecture/startup/7_catalina_context_config.png --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org