diff options
Diffstat (limited to 'openecomp-ui/webapp-onboarding')
-rw-r--r-- | openecomp-ui/webapp-onboarding/WEB-INF/jetty-web.xml | 2 | ||||
-rw-r--r-- | openecomp-ui/webapp-onboarding/onboarding.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/webapp-onboarding/WEB-INF/jetty-web.xml b/openecomp-ui/webapp-onboarding/WEB-INF/jetty-web.xml index f729e20095..a586fc0d8f 100644 --- a/openecomp-ui/webapp-onboarding/WEB-INF/jetty-web.xml +++ b/openecomp-ui/webapp-onboarding/WEB-INF/jetty-web.xml @@ -4,5 +4,5 @@ "http://www.eclipse.org/jetty/configure_9_0.dtd"> <Configure class="org.eclipse.jetty.webapp.WebAppContext"> - <Set name="contextPath">/contextapp</Set> + <Set name="contextPath">/${app.context.path}</Set> </Configure> diff --git a/openecomp-ui/webapp-onboarding/onboarding.xml b/openecomp-ui/webapp-onboarding/onboarding.xml index 50df896a4b..79be502e43 100644 --- a/openecomp-ui/webapp-onboarding/onboarding.xml +++ b/openecomp-ui/webapp-onboarding/onboarding.xml @@ -4,7 +4,7 @@ <Configure id="onBoardWebapp" class="org.eclipse.jetty.webapp.WebAppContext"> - <Set name="contextPath">/onboarding</Set> + <Set name="contextPath">/${app.context.path}</Set> <Set name="war"><Property name="jetty.webapps" default="."/>/onboarding-fe.war</Set> <!-- Enable WebSocket container --> |