From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- asdc-controller/WebContent/META-INF/MANIFEST.MF | 3 + .../WEB-INF/jboss-deployment-structure.xml | 26 ----- asdc-controller/WebContent/WEB-INF/jboss-web.xml | 6 - asdc-controller/WebContent/WEB-INF/web.xml | 129 --------------------- 4 files changed, 3 insertions(+), 161 deletions(-) create mode 100644 asdc-controller/WebContent/META-INF/MANIFEST.MF delete mode 100644 asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml delete mode 100644 asdc-controller/WebContent/WEB-INF/jboss-web.xml delete mode 100644 asdc-controller/WebContent/WEB-INF/web.xml (limited to 'asdc-controller/WebContent') diff --git a/asdc-controller/WebContent/META-INF/MANIFEST.MF b/asdc-controller/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..193fa1d282 --- /dev/null +++ b/asdc-controller/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: +Main-Class: org.onap.so.asdc.Application \ No newline at end of file diff --git a/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml b/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml deleted file mode 100644 index c2869686fd..0000000000 --- a/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/asdc-controller/WebContent/WEB-INF/jboss-web.xml b/asdc-controller/WebContent/WEB-INF/jboss-web.xml deleted file mode 100644 index 2a1f26f2c4..0000000000 --- a/asdc-controller/WebContent/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - asdc - other - \ No newline at end of file diff --git a/asdc-controller/WebContent/WEB-INF/web.xml b/asdc-controller/WebContent/WEB-INF/web.xml deleted file mode 100644 index 910b466fa5..0000000000 --- a/asdc-controller/WebContent/WEB-INF/web.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - ASDC Controller - - - - - resteasy.async.job.service.enabled - true - - - - resteasy.jndi.resources - java:module/MsoPropertiesFactory - - - - - - - resteasy.async.job.service.max.job.results - 100 - - - - - resteasy.async.job.service.max.wait - 300000 - - - - - resteasy.async.job.service.thread.pool.size - 100 - - - - - resteasy.async.job.service.base.path - /asynch/jobs - - - resteasy.scan - true - - - - - log.configuration - logback.asdc.xml - - - - mso.configuration - MSO_PROP_ASDC=mso.asdc.json,MSO_PROP_TOPOLOGY=topology.properties,MSO_ASDC_CLIENTS=mso.asdc.clients.properties - - - - resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.asdc.healthcheck.HealthCheckHandler - - - - - org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - - - - asdccontroller-servlet - - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - - - asdccontroller-servlet - /* - - - - LogFilter - org.openecomp.mso.logger.LogFilter - - - LogFilter - /* - - - - - SiteStatus - SiteStatus APIs - /setStatus/* - POST - - - SiteControl-Client - - - - - MSO internal Requests - Internal Requests - /logging/* - /properties/* - POST - GET - - - MSO-Client - - - - BASIC - ApplicationRealm - - - SiteControl-Client - - - MSO-Client - - \ No newline at end of file -- cgit 1.2.3-korg