차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
conf_server.xml.cluster [2015/08/03 06:51] – 만듦 koov | conf_server.xml.cluster [2024/01/12 02:09] (현재) – koov | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | --- // | ||
====== server.xml ====== | ====== server.xml ====== | ||
- | <code vim> | + | '' |
- | <?xml version='1.0' | + | |
+ | <WRAP prewrap> | ||
+ | <code vim server.xml.cluster> | ||
+ | <?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 | ||
줄 30: | 줄 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--> | ||
< | < | ||
줄 67: | 줄 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: / | ||
- | | + | |
--> | --> | ||
< | < | ||
| | ||
+ | | ||
| | ||
+ | | ||
| | ||
| | ||
+ | | ||
| | ||
| | ||
줄 88: | 줄 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 --> | ||
+ | <!-- | ||
+ | < | ||
+ | | ||
+ | | ||
+ | | ||
+ | --> | ||
< | < | ||
+ | | ||
| | ||
+ | | ||
| | ||
| | ||
+ | | ||
| | ||
| | ||
+ | | ||
| | ||
줄 125: | 줄 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=" | ||
줄 138: | 줄 190: | ||
frequency=" | frequency=" | ||
dropTime=" | dropTime=" | ||
+ | --> | ||
+ | |||
< | < | ||
address=" | address=" | ||
port=" | port=" | ||
- | | + | |
- | selectorTimeout=" | + | |
maxThreads=" | maxThreads=" | ||
줄 148: | 줄 201: | ||
< | < | ||
</ | </ | ||
+ | < | ||
< | < | ||
- | < | + | < |
< | < | ||
+ | |||
+ | < | ||
+ | < | ||
+ | | ||
+ | | ||
+ | |||
+ | <Member className=" | ||
+ | port=" | ||
+ | securePort=" | ||
+ | host=" | ||
+ | domain=" | ||
+ | uniqueId=" | ||
+ | </ | ||
+ | |||
</ | </ | ||
<Valve className=" | <Valve className=" | ||
- | | + | |
<Valve className=" | <Valve className=" | ||
+ | <!-- | ||
< | < | ||
tempDir="/ | tempDir="/ | ||
줄 162: | 줄 231: | ||
watchDir="/ | watchDir="/ | ||
watchEnabled=" | watchEnabled=" | ||
+ | --> | ||
- | < | ||
< | < | ||
</ | </ | ||
줄 192: | 줄 261: | ||
Note: The pattern used is equivalent to using pattern=" | Note: The pattern used is equivalent to using pattern=" | ||
<Valve className=" | <Valve className=" | ||
- | | + | |
| | ||
줄 199: | 줄 268: | ||
</ | </ | ||
</ | </ | ||
+ | |||
</ | </ | ||
+ | </ |