Skip to content

Commit

Permalink
use versionless feature
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Jan 29, 2025
1 parent 2ff067b commit ea9e3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<logging traceSpecification="com.ibm.ws.microprofile.health.*=all" />
<!-- end::logging[] -->

<httpEndpoint host="*" httpPort="${http.port}"
<httpEndpoint host="*" httpPort="${http.port}"
httpsPort="${https.port}" id="defaultHttpEndpoint"/>

<variable name="io_openliberty_guides_system_inMaintenance" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion staging/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<logging traceSpecification="com.ibm.ws.microprofile.health.*=all" />
<!-- end::logging[] -->

<httpEndpoint host="*" httpPort="${http.port}"
<httpEndpoint host="*" httpPort="${http.port}"
httpsPort="${https.port}" id="defaultHttpEndpoint"/>

<variable name="io_openliberty_guides_system_inMaintenance" value="false"/>
Expand Down

0 comments on commit ea9e3a8

Please sign in to comment.