Application Configuration - stoicflame/enunciate GitHub Wiki

Application Configuration

Sometimes Enunciate makes some incorrect assumptions about where your application will be deployed. If this is the case, use the application element of the applicable module in Enunciate configuration file:

JAX-RS Example

<enunciate>
  <modules>
    <jaxrs>
      <application path="/custom/application/context"/>

Spring Web Example

<enunciate>
  <modules>
    <spring-web>
      <application path="/custom/application/context"/>
⚠️ **GitHub.com Fallback** ⚠️