Skip to content

Commit

Permalink
Update server.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Jun 14, 2021
1 parent 1cea810 commit be03172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="/opt/certs/keystore.jks" keystorePass="password"
clientAuth="false" sslProtocol="TLS"/>
<Connector
port=“8080” maxThreads=“150"
enableLookups=“false” connectionTimeout=“20000" />

<Engine name="Catalina" defaultHost="localhost">

<Host name="localhost" appBase="webapps"
Expand Down

0 comments on commit be03172

Please sign in to comment.