Commit 7a014403 by AndyGee

Add config and icon for 404

parent 8f067128
......@@ -19,7 +19,7 @@
define subcomponents such as "Valves" at this level.
Documentation at /docs/config/server.html
-->
<Server port="${port.shutdown:-8005}" shutdown="SHUTDOWN">
<Server port="8005" shutdown="SHUTDOWN">
<!-- TomEE plugin for Tomcat -->
<Listener className="org.apache.tomee.catalina.ServerListener" />
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
......@@ -68,9 +68,9 @@
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
-->
<Connector port="${port.http:-8080}" protocol="HTTP/1.1"
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="${port.redirect:-8443}" xpoweredBy="false" server="Apache TomEE" />
redirectPort="8443" xpoweredBy="false" server="Apache TomEE" />
<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool"
......@@ -110,7 +110,7 @@
-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="${port.ajp:-8009}" protocol="AJP/1.3" redirectPort="8443" />
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
<!-- An Engine represents the entry point (within Catalina) that processes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment