From 2de08a64e959788f288d82cd4410fee9424a11bc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 16 Jul 2020 10:24:08 +0100 Subject: Move apex policy editor to policy-gui This review moves the code for the apex policy editor from the apex repo to the GUI repo. The docker part of the build will be moved in the next review because it is intertwined with the other two legacy apex GUIs and needs to be disentangled. Subsequent reviews on the apex repo will remove this code from there. Issue-ID: POLICY-2621 Change-Id: Ib9a43f463b839201656208a48ab48869a19f963a Signed-off-by: liamfallon --- .../src/main/resources/webapp/WEB-INF/web.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 gui-editors/gui-editor-apex/src/main/resources/webapp/WEB-INF/web.xml (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/WEB-INF') diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/WEB-INF/web.xml b/gui-editors/gui-editor-apex/src/main/resources/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..c60f575 --- /dev/null +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/WEB-INF/web.xml @@ -0,0 +1,43 @@ + + + + + + + + apex-services.rest + org.glassfish.jersey.servlet.ServletContainer + + jersey.config.server.provider.packages + org.onap.policy.apex.client.editor.rest + + 1 + + + apex-services.rest + /apexservices/* + + + -- cgit 1.2.3-korg