olproperties/src/main/liberty/config/server.xml
2024-07-11 09:29:02 +00:00

25 lines
826 B
XML
Executable File

<server description="Sample Liberty server">
<featureManager>
<feature>restfulWS-3.1</feature>
<feature>jsonp-2.1</feature>
<feature>jsonb-3.0</feature>
<feature>cdi-4.0</feature>
<feature>mpMetrics-5.0</feature>
<feature>mpHealth-4.0</feature>
<feature>mpConfig-3.0</feature>
</featureManager>
<variable name="default.http.port" defaultValue="9080"/>
<variable name="default.https.port" defaultValue="9443"/>
<webApplication location="riscv64-olproperties.war" contextRoot="/" />
<mpMetrics authentication="false"/>
<httpEndpoint host="*" httpPort="${default.http.port}"
httpsPort="${default.https.port}" id="defaultHttpEndpoint"/>
<variable name="io_openliberty_guides_system_inMaintenance" value="false"/>
</server>