Skip to content

Commit c7cc28d

Browse files
authored
Merge pull request #11587 from tevans78/fixMP3Template
Add MicroProfile 3.3 to microProfile3 server.xml template
2 parents 50d4aa1 + dd1bfff commit c7cc28d

File tree

1 file changed

+4
-4
lines changed
  • dev/com.ibm.ws.kernel.boot/publish/templates/servers/microProfile3

1 file changed

+4
-4
lines changed

dev/com.ibm.ws.kernel.boot/publish/templates/servers/microProfile3/server.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
<!-- Enable features -->
55
<featureManager>
6-
<feature>microProfile-3.2</feature>
6+
<feature>microProfile-3.3</feature>
77
</featureManager>
88

99
<!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
1010
<httpEndpoint id="defaultHttpEndpoint"
1111
httpPort="9080"
1212
httpsPort="9443" />
13-
13+
1414
<!-- Automatically expand WAR files and EAR files -->
1515
<applicationManager autoExpand="true"/>
1616

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

20-
</server>
20+
</server>

0 commit comments

Comments
 (0)