A Service is a group of one or more Connectors that share a single Container to process their incoming requests. This arrangement allows, for example, a non-SSL and SSL connector to share the same population of web apps.
A given JVM can contain any number of Service instances; however, they are completely independent of each other and share only the basic JVM facilities and classes on the system class path.
博客指出一个给定的JVM可包含任意数量的Service实例,这些实例相互完全独立,仅共享系统类路径上的基本JVM设施和类。
2273

被折叠的 条评论
为什么被折叠?



