Skip to content

Application Configuration

Ryan Heaton edited this page Aug 9, 2016 · 1 revision

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"/>
Clone this wiki locally