mirror of
https://github.com/sismics/docs.git
synced 2026-02-19 02:28:53 +00:00
Self contained Teedy Dockerfile (#745)
This commit is contained in:
5
docker/opt/jetty/etc/jetty-logging.xml
Normal file
5
docker/opt/jetty/etc/jetty-logging.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
||||
|
||||
<Configure id="logging" class="org.eclipse.jetty.util.log.Log">
|
||||
</Configure>
|
||||
12
docker/opt/jetty/etc/jetty.conf
Normal file
12
docker/opt/jetty/etc/jetty.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# ========================================================
|
||||
# jetty.conf Configuration for jetty.sh script
|
||||
# --------------------------------------------------------
|
||||
# This file is used by the jetty.sh script to provide
|
||||
# extra configuration arguments for the start.jar command
|
||||
# created by that script.
|
||||
#
|
||||
# Each line in this file becomes an arguement to start.jar
|
||||
# in addition to those found in the start.ini file
|
||||
# =======================================================
|
||||
jetty-logging.xml
|
||||
jetty-started.xml
|
||||
Reference in New Issue
Block a user