Added connector port for port 2645
This commit is contained in:
		| @@ -84,6 +84,14 @@ | ||||
| 			   compressableMimeType="text/html,text/xml" | ||||
| 	--> | ||||
|  | ||||
|     <!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 --> | ||||
|     <Connector port="2645"  | ||||
|                maxThreads="150" minSpareThreads="25" maxSpareThreads="75" | ||||
|                enableLookups="false" disableUploadTimeout="true" | ||||
|                acceptCount="100" debug="0" scheme="https" secure="true" | ||||
|                clientAuth="false" sslProtocol="TLS" | ||||
|                keystoreFile="ATS_INSTALL_DIRats\etc\keys\server\jks-store" | ||||
|                keystorePass="secret" algorithm="SunX509" /> | ||||
|  | ||||
|  | ||||
|     <!-- An Engine represents the entry point (within Catalina) that processes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user