Application Configuration - stoicflame/enunciate GitHub Wiki
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"/>