-
Notifications
You must be signed in to change notification settings - Fork 200
Application Configuration
Ryan Heaton edited this page Aug 9, 2016
·
1 revision
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:
<enunciate>
<modules>
<jaxrs>
<application path="/custom/application/context"/>
<enunciate>
<modules>
<spring-web>
<application path="/custom/application/context"/>