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

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

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

      
    
Rootfs path

      
    
Size
4256 (4.2 KB)
MD5
dde0b9e3c83f4203cdbe8cc8df3029a5
SHA1
4d79d8d71e37833f50c9411c730835049db6aed7
SHA256
7ed6e6504e973425ed41f11c08270bd6d42d824cdf0c62e7d5855ebd2c29150a
SHA512

      
    
SHA1_git
c63990b3d0242df119f324c19b12851f91ff34b2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
5_catalina_start_3.plantuml | 4.2 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 Host Host -> Context ++: start() Context -> Context: fireLifecycleEvent(\n BEFORE_START_EVENT) Context -> Context ++: startInternal() Context -> NamingResourcesImpl ++: start() NamingResourcesImpl -> NamingResourcesImpl: fireLifecycleEvent(\n BEFORE_START_EVENT) NamingResourcesImpl -> NamingResourcesImpl ++: startInternal() NamingResourcesImpl -> NamingResourcesImpl: fireLifecycleEvent(\n START_EVENT) return ||| NamingResourcesImpl -> NamingResourcesImpl: fireLifecycleEvent(\n AFTER_START_EVENT) return Context -> Context: postWorkDirectory() Context --> StandardRoot ** Context -> StandardRoot ++: start() StandardRoot -> StandardRoot: fireLifecycleEvent(\n BEFORE_START_EVENT) StandardRoot -> StandardRoot ++: startInternal() StandardRoot -> StandardRoot: fireLifecycleEvent(\n START_EVENT) return ||| StandardRoot -> StandardRoot: fireLifecycleEvent(\n AFTER_START_EVENT) return Context --> WebappLoader ** Context --> CookieProcessor ** Context --> CharsetMapper ** Context --> WebappLoader ++: start() WebappLoader -> WebappLoader: fireLifecycleEvent(\n BEFORE_START_EVENT) WebappLoader -> WebappLoader ++: startInternal() WebappLoader -> WebappLoader: fireLifecycleEvent(\n START_EVENT) return ||| WebappLoader -> WebappLoader: fireLifecycleEvent(\n AFTER_START_EVENT) return Context -> 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 Context -> Context: fireLifecycleEvent(\n CONFIGURE_START_EVENT) group Each Wrapper is started sequentially Context -> Wrapper ++: start() Wrapper -> Wrapper: fireLifecycleEvent(\n BEFORE_START_EVENT) Wrapper -> Wrapper ++: startInternal() Wrapper -> Wrapper: fireLifecycleEvent(\n START_EVENT) return ||| Wrapper -> Wrapper: fireLifecycleEvent(\n AFTER_START_EVENT) return end group Context -> 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 ||| Context --> Manager ** Context -> Cluster ++: registerManager() return group Each SCI is called sequentially Context -> SCI ++: onStartUp return end group Context -> Context: listenerStart() Context -> Manager ++: start() Manager -> Manager: fireLifecycleEvent(\n BEFORE_START_EVENT) Manager -> Manager ++: startInternal() Manager -> Manager: fireLifecycleEvent(\n START_EVENT) return ||| Manager -> Manager: fireLifecycleEvent(\n AFTER_START_EVENT) return Context -> Context: filterStart() Context -> Context: loadOnStartup() Context -> Context: fireLifecycleEvent(\n START_EVENT) return ||| Context -> Context: fireLifecycleEvent(\n AFTER_START_EVENT) return @enduml
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
26.98
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