1
0
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:
Sukalpo Mitra
2024-03-02 04:46:17 +08:00
committed by GitHub
parent ac7b3c4eb9
commit 13cd03a762
6 changed files with 544 additions and 2 deletions

View 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>

View 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