ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/architecture/startup/4_catalina_start_2.plantuml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/architecture/startup/4_catalina_start_2.plantuml
Status
scanned
Type
file
Name
4_catalina_start_2.plantuml
Extension
.plantuml
Programming language

      
    
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3066 (3.0 KB)
MD5
1176acedb8afa6dc145f96b32bf8d289
SHA1
83f7caef98a2e1e3a0d846e3600816e21e9a9116
SHA256
9041c359f2adb36039218cc12f812227889703441ab5e2e8f4cac321a2f88430
SHA512

      
    
SHA1_git
37073be0180639ba25461c4ccd6f16e1f97a1860
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
4_catalina_start_2.plantuml | 3.0 KB |

@startuml ' Licensed to the Apache Software Foundation (ASF) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' The ASF licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. hide footbox skinparam style strictuml activate Container Container -> Container: fireLifecycleEvent(\n BEFORE_START_EVENT) Container -> Container ++: startInternal() Container -> Cluster ++: start() Cluster -> Cluster: fireLifecycleEvent(\n BEFORE_START_EVENT) Cluster -> Cluster ++: startInternal() Cluster -> Cluster: fireLifecycleEvent(\n START_EVENT) return ||| Cluster -> Cluster: fireLifecycleEvent(\n AFTER_START_EVENT) return Container -> Realm ++: start() Realm -> Realm: fireLifecycleEvent(\n BEFORE_START_EVENT) Realm -> Realm ++: startInternal() Realm -> Realm: fireLifecycleEvent(\n START_EVENT) return ||| Realm -> Realm: fireLifecycleEvent(\n AFTER_START_EVENT) return group Children started in parallel if startStopThreads > 1 (Engines and Hosts only) Container -> Child ++: start() note right of Child Engines have Hosts as children. Hosts have Contexts as children. Contexts have Wrappers as children. Children are containers so the process on this diagram is repeated for each child. Contexts do a lot more in start() as shown in diagram 5. end note return end group Container -> Pipeline ++: start() Pipeline -> Pipeline: fireLifecycleEvent(\n BEFORE_START_EVENT) Pipeline -> Pipeline ++: startInternal() group Each Valve is started sequentially Pipeline -> Valve ++: start() Valve -> Valve: fireLifecycleEvent(\n BEFORE_START_EVENT) Valve -> Valve ++: startInternal() Valve -> Valve: fireLifecycleEvent(\n START_EVENT) return ||| Valve -> Valve: fireLifecycleEvent(\n AFTER_START_EVENT) return end group Pipeline -> Pipeline: fireLifecycleEvent(\n START_EVENT) return ||| Pipeline -> Pipeline: fireLifecycleEvent(\n AFTER_START_EVENT) return Container -> Container: fireLifecycleEvent(\n START_EVENT) group If backgroundProcessorDelay > 0 (Engine defaults to 10, other Containers -1) Container -> UtilityExecutor ++: scheduleWithFixedDelay() UtilityExecutor --> ContainerBackgroundProcessor ** note right of ContainerBackgroundProcessor Re-created automatically if it fails end note return end group ||| Container -> Container: fireLifecycleEvent(\n AFTER_START_EVENT) return ||| @enduml
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
32.43
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10