-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
If the path never changes, why not set it globally:
ladybug/src/main/resources/ladybug/cxf-beans.xml
Lines 18 to 22 in 7fef56e
<jaxrs:server id="Ladybug-Api" bus="ladybug-api-bus" address="/" basePackages="nl.nn.testtool.web.api"> | |
<jaxrs:inInterceptors> | |
<ref bean="gZipInterceptor" /> | |
</jaxrs:inInterceptors> | |
<jaxrs:providers> |
Change address to the path you wish to use.
That should also make the ApiServlet class absolute.
Metadata
Metadata
Assignees
Labels
No labels