evcacheproxy/root/apps/tomcat/conf/server.xml (31 lines of code) (raw):
<?xml version="1.0" encoding="UTF-8"?>
<Server className="org.apache.catalina.core.StandardServer" debug="0" port="7531"
shutdown="SHUTDOWN">
<Service className="org.apache.catalina.core.StandardService" debug="0"
name="Tomcat-Standalone">
<Connector acceptCount="300" bufferSize="2048" compression="off" connectionLinger="-1"
connectionTimeout="4000"
debug="0"
disableUploadTimeout="true"
enableLookups="false"
maxKeepAliveRequests="100"
protocolHandlerClassName="org.apache.coyote.http11.Http11Protocol"
scheme="http"
secure="false"
tcpNoDelay="true"
useURIValidationHack="false"
port="7101"
maxThreads="60"
minSpareThreads="60"
address="0.0.0.0"
proxyPort="">
<Factory className="org.apache.catalina.net.DefaultServerSocketFactory"/>
</Connector>
<!--Connector acceptCount="300" bufferSize="2048" compression="off" connectionLinger="-1"
connectionTimeout="4000"
debug="0"
disableUploadTimeout="true"
enableLookups="false"
maxKeepAliveRequests="100"
protocolHandlerClassName="org.apache.coyote.http11.Http11Protocol"
scheme="https"
secure="true"
SSLEnabled="true"
keystoreFile="/apps/tomcat/conf/evcacheproxy.keystore"
tcpNoDelay="true"
useURIValidationHack="false"
port="7102"
maxThreads="60"
minSpareThreads="60"
address="0.0.0.0"
proxyPort="">
<Factory className="org.apache.catalina.net.DefaultServerSocketFactory"/>
</Connector -->
<Engine defaultHost="localhost" name="Standalone">
<Host appBase="webapps" autoDeploy="true" liveDeploy="true" name="localhost"
unpackWARs="true"
xmlValidation="false"
xmlNamespaceAware="false"/>
</Engine>
</Service>
</Server>