mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 09:55:03 +01:00
do things
This commit is contained in:
parent
f43abee05c
commit
7166133801
7 changed files with 136 additions and 0 deletions
9
server.xml
Normal file
9
server.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<Server port="8085" shutdown="SHUTDOWN">
|
||||
<Service name="Catalina">
|
||||
<Connector port="8088" protocol="HTTP/1.1" />
|
||||
<Engine name="Catalina" defaultHost="localhost">
|
||||
<Host name="localhost" appBase="webapps" />
|
||||
</Engine>
|
||||
</Service>
|
||||
</Server>
|
||||
Loading…
Add table
Add a link
Reference in a new issue