차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
| conf_server.xml.cluster [2015/08/03 07:14] – koov | conf_server.xml.cluster [2024/01/12 02:09] (현재) – koov | ||
|---|---|---|---|
| 줄 2: | 줄 2: | ||
| ====== server.xml ====== | ====== server.xml ====== | ||
| + | '' | ||
| + | |||
| + | <WRAP prewrap> | ||
| <code vim server.xml.cluster> | <code vim server.xml.cluster> | ||
| - | <?xml version='1.0' | + | <?xml version="1.0" |
| <!-- | <!-- | ||
| Licensed to the Apache Software Foundation (ASF) under one or more | Licensed to the Apache Software Foundation (ASF) under one or more | ||
| 줄 31: | 줄 34: | ||
| <!--APR library loader. Documentation at / | <!--APR library loader. Documentation at / | ||
| < | < | ||
| - | < | ||
| - | < | ||
| <!-- Prevent memory leaks due to use of particular java/javax APIs--> | <!-- Prevent memory leaks due to use of particular java/javax APIs--> | ||
| < | < | ||
| 줄 68: | 줄 69: | ||
| <!-- A " | <!-- A " | ||
| and responses are returned. Documentation at : | and responses are returned. Documentation at : | ||
| - | Java HTTP Connector: / | + | Java HTTP Connector: / |
| Java AJP Connector: / | Java AJP Connector: / | ||
| APR (HTTP/AJP) Connector: / | APR (HTTP/AJP) Connector: / | ||
| - | | + | |
| --> | --> | ||
| < | < | ||
| | | ||
| + | | ||
| | | ||
| + | | ||
| | | ||
| | | ||
| + | | ||
| | | ||
| | | ||
| 줄 89: | 줄 93: | ||
| | | ||
| --> | --> | ||
| - | <!-- Define | + | <!-- Define |
| - | This connector uses the BIO implementation | + | This connector uses the NIO implementation. The default |
| - | style configuration. When using the APR/ | + | SSLImplementation will depend on the presence of the APR/native |
| - | | + | |
| - | documentation | + | AprLifecycleListener. |
| + | | ||
| + | the SSLImplementation selected. JSSE style configuration is used below. | ||
| + | | ||
| <!-- | <!-- | ||
| - | < | + | < |
| - | | + | |
| - | clientAuth="false" | + | < |
| + | < | ||
| + | type="RSA" /> | ||
| + | </ | ||
| + | </ | ||
| + | --> | ||
| + | <!-- Define an SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2 | ||
| + | This connector uses the APR/native implementation which always uses | ||
| + | | ||
| + | | ||
| + | | ||
| + | --> | ||
| + | <!-- | ||
| + | < | ||
| + | maxThreads="150" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | </Connector> | ||
| --> | --> | ||
| <!-- Define an AJP 1.3 Connector on port 8009 --> | <!-- Define an AJP 1.3 Connector on port 8009 --> | ||
| + | <!-- | ||
| + | < | ||
| + | | ||
| + | | ||
| + | | ||
| + | --> | ||
| < | < | ||
| + | | ||
| | | ||
| + | | ||
| | | ||
| | | ||
| + | | ||
| | | ||
| | | ||
| + | | ||
| | | ||
| 줄 126: | 줄 165: | ||
| <Cluster className=" | <Cluster className=" | ||
| --> | --> | ||
| + | |||
| <Cluster className=" | <Cluster className=" | ||
| - | | + | |
| + | <!-- Delta Manager --> | ||
| <Manager className=" | <Manager className=" | ||
| | | ||
| | | ||
| + | |||
| + | <!-- Backup Manager | ||
| + | <Manager className=" | ||
| + | | ||
| + | | ||
| + | | ||
| + | --> | ||
| <Channel className=" | <Channel className=" | ||
| + | |||
| + | <!-- Multicast Member --> | ||
| + | <!-- | ||
| < | < | ||
| address=" | address=" | ||
| 줄 139: | 줄 190: | ||
| frequency=" | frequency=" | ||
| dropTime=" | dropTime=" | ||
| + | --> | ||
| + | |||
| < | < | ||
| address=" | address=" | ||
| port=" | port=" | ||
| - | | + | |
| - | selectorTimeout=" | + | |
| maxThreads=" | maxThreads=" | ||
| 줄 149: | 줄 201: | ||
| < | < | ||
| </ | </ | ||
| + | < | ||
| < | < | ||
| - | < | + | < |
| < | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | | ||
| + | | ||
| + | |||
| + | <Member className=" | ||
| + | port=" | ||
| + | securePort=" | ||
| + | host=" | ||
| + | domain=" | ||
| + | uniqueId=" | ||
| + | </ | ||
| + | |||
| </ | </ | ||
| <Valve className=" | <Valve className=" | ||
| - | | + | |
| <Valve className=" | <Valve className=" | ||
| + | <!-- | ||
| < | < | ||
| tempDir="/ | tempDir="/ | ||
| 줄 163: | 줄 231: | ||
| watchDir="/ | watchDir="/ | ||
| watchEnabled=" | watchEnabled=" | ||
| + | --> | ||
| - | < | ||
| < | < | ||
| </ | </ | ||
| 줄 193: | 줄 261: | ||
| Note: The pattern used is equivalent to using pattern=" | Note: The pattern used is equivalent to using pattern=" | ||
| <Valve className=" | <Valve className=" | ||
| - | | + | |
| | | ||
| 줄 200: | 줄 268: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| </ | </ | ||
| + | </ | ||