Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jaxrs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan de Oliveira
jaxrs
Commits
7a014403
Commit
7a014403
authored
Sep 26, 2016
by
AndyGee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config and icon for 404
parent
8f067128
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
server.xml
src/main/tomee/conf/server.xml
+4
-4
favicon.ico
src/main/webapp/favicon.ico
+0
-0
No files found.
src/main/tomee/conf/server.xml
View file @
7a014403
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
define subcomponents such as "Valves" at this level.
define subcomponents such as "Valves" at this level.
Documentation at /docs/config/server.html
Documentation at /docs/config/server.html
-->
-->
<Server
port=
"
${port.shutdown:-8005}
"
shutdown=
"SHUTDOWN"
>
<Server
port=
"
8005
"
shutdown=
"SHUTDOWN"
>
<!-- TomEE plugin for Tomcat -->
<!-- TomEE plugin for Tomcat -->
<Listener
className=
"org.apache.tomee.catalina.ServerListener"
/>
<Listener
className=
"org.apache.tomee.catalina.ServerListener"
/>
<Listener
className=
"org.apache.catalina.startup.VersionLoggerListener"
/>
<Listener
className=
"org.apache.catalina.startup.VersionLoggerListener"
/>
...
@@ -68,9 +68,9 @@
...
@@ -68,9 +68,9 @@
APR (HTTP/AJP) Connector: /docs/apr.html
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
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"
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-->
<!-- A "Connector" using the shared thread pool-->
<!--
<!--
<Connector executor="tomcatThreadPool"
<Connector executor="tomcatThreadPool"
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
-->
-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
<!-- 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
<!-- An Engine represents the entry point (within Catalina) that processes
...
...
src/main/webapp/favicon.ico
0 → 100644
View file @
7a014403
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment