Skip to content

Commit

Permalink
Merge pull request #11587 from tevans78/fixMP3Template
Browse files Browse the repository at this point in the history
Add MicroProfile 3.3 to microProfile3 server.xml template
  • Loading branch information
tevans78 authored Apr 1, 2020
2 parents 50d4aa1 + dd1bfff commit c7cc28d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

<!-- Enable features -->
<featureManager>
<feature>microProfile-3.2</feature>
<feature>microProfile-3.3</feature>
</featureManager>

<!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
<httpEndpoint id="defaultHttpEndpoint"
httpPort="9080"
httpsPort="9443" />

<!-- Automatically expand WAR files and EAR files -->
<applicationManager autoExpand="true"/>

<!-- Default SSL configuration enables trust for default certificates from the Java runtime -->
<!-- Default SSL configuration enables trust for default certificates from the Java runtime -->
<ssl id="defaultSSLConfig" trustDefaultCerts="true" />

</server>
</server>

0 comments on commit c7cc28d

Please # to comment.