do things

This commit is contained in:
nora 2023-09-05 16:20:55 +02:00
parent f43abee05c
commit 7166133801
7 changed files with 136 additions and 0 deletions

9
server.xml Normal file
View 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>