All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jee-testcontainers.2.2.4.source-code.openliberty_server.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">
    <featureManager>
        <feature>javaee-10.0</feature>
        <feature>microProfile-5.0</feature>
    </featureManager>

    <basicRegistry
            id="basic"
            realm="BasicRealm">
    </basicRegistry>

    <httpEndpoint
            id="defaultHttpEndpoint"
            httpPort="8080"
            httpsPort="8443"
            host="*"/>
    <applicationManager
            autoExpand="true"/>

    <logging
            isoDateFormat="true"
            consoleLogLevel="info"
            consoleSource="message,trace"
            consoleFormat="json"
    />
</server>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy