Remove deprecated AJSC configuration
[aai/model-loader.git] / src / main / config / runner-web.xml
diff --git a/src/main/config/runner-web.xml b/src/main/config/runner-web.xml
deleted file mode 100644 (file)
index 198e2e9..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>\r
-<!--\r
-  ============LICENSE_START==========================================\r
-  org.onap.aai\r
-  ===================================================================\r
-  Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.\r
-  Copyright © 2017-2018 Amdocs\r
-  ===================================================================\r
-  Licensed under the Apache License, Version 2.0 (the "License");\r
-  you may not use this file except in compliance with the License.\r
-  You may obtain a copy of the License at\r
-\r
-         http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
-  ============LICENSE_END============================================\r
-  -->\r
-\r
-<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"\r
-       metadata-complete="false" version="3.0">\r
-\r
-       <context-param>\r
-               <param-name>contextConfigLocation</param-name>\r
-               <param-value>/WEB-INF/spring-servlet.xml,\r
-                                       classpath:applicationContext.xml\r
-               </param-value>\r
-       </context-param>\r
-       \r
-       <context-param>\r
-        <param-name>spring.profiles.default</param-name>\r
-        <param-value>nooauth</param-value>\r
-    </context-param>\r
-    \r
-       <listener>\r
-               <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>\r
-       </listener>\r
-       \r
-       <servlet>\r
-               <servlet-name>ManagementServlet</servlet-name>\r
-               <servlet-class>ajsc.ManagementServlet</servlet-class>\r
-       </servlet>\r
-\r
-    \r
-       <filter> \r
-               <filter-name>InterceptorFilter</filter-name>\r
-               <filter-class>ajsc.filters.InterceptorFilter</filter-class>\r
-               <init-param>\r
-                <param-name>preProcessor_interceptor_config_file</param-name>\r
-                <param-value>/etc/PreProcessorInterceptors.properties</param-value>\r
-        </init-param>\r
-        <init-param>\r
-                <param-name>postProcessor_interceptor_config_file</param-name>\r
-                <param-value>/etc/PostProcessorInterceptors.properties</param-value>\r
-        </init-param>\r
-        \r
-       </filter>\r
-\r
-        <servlet>\r
-               <servlet-name>RestletServlet</servlet-name>\r
-               <servlet-class>ajsc.restlet.RestletSpringServlet</servlet-class>\r
-               <init-param>\r
-                               <param-name>org.restlet.component</param-name>\r
-                               <param-value>restletComponent</param-value>\r
-               </init-param>\r
-       </servlet>\r
-       \r
-       <servlet>\r
-               <servlet-name>CamelServlet</servlet-name>\r
-               <servlet-class>ajsc.servlet.AjscCamelServlet</servlet-class>\r
-       </servlet>\r
-\r
-\r
-       <filter>\r
-               <filter-name>springSecurityFilterChain</filter-name>\r
-               <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>\r
-       </filter>\r
-\r
-       <servlet>\r
-               <servlet-name>spring</servlet-name>\r
-               <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>\r
-               <load-on-startup>1</load-on-startup>\r
-       </servlet>      \r
-       \r
-<!--   <servlet-mapping>\r
-               <servlet-name>spring</servlet-name>\r
-               <url-pattern>/</url-pattern>\r
-       </servlet-mapping>-->\r
-\r
-<!-- BEGIN jsp -->\r
-\r
-  <servlet id="jsp">\r
-    <servlet-name>jsp</servlet-name>\r
-    <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>\r
-  </servlet>\r
-\r
-       \r
-       \r
-\r
-         \r
-       <!-- BEGIN static content -->\r
-       <servlet>\r
-          <servlet-name>default</servlet-name>\r
-           <servlet-class>org.eclipse.jetty.servlet.DefaultServlet</servlet-class>\r
-           <init-param>\r
-               <param-name>dirAllowed</param-name>\r
-               <param-value>true</param-value>\r
-           </init-param>\r
-       </servlet>\r
-       <!-- END static content -->     \r
-</web-app>\r