Files
Brainstorm/Foundation Web Server/server.xml
2014-05-30 10:31:51 -07:00

4 lines
217 B
XML

<server webapp-path="./webapps" webapp-archives="./webapp-archives">
<listener address="" port="80" type="http" names="http,html,80"/>
<listener address="" port="443" type="ssl" names="https,ssl,tls,443"/>
</server>