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

JavaJaxRS.spec.libraries.openliberty.server.xml.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
<server description="OpenAPI Generator Server">
  <featureManager>
    <feature>cdi-2.0</feature>
    <feature>jaxrs-2.1</feature>
    <feature>mpOpenAPI-1.1</feature>
  </featureManager>

  <applicationManager autoExpand="true" />
  <quickStartSecurity userName="admin" userPassword="adminpwd"/>
  <keyStore id="defaultKeyStore" password="mpKeystore"/>

  <logging traceSpecification="com.ibm.ws.microprofile.health.*=all"/>

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

   <webApplication id="{{artifactId}}" location="{{artifactId}}.war" name="{{artifactId}}" contextRoot="/"/>

</server>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy