aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/deployment/src/main/release/conf/server.xml
diff options
context:
space:
mode:
Diffstat (limited to 'servicegateway/deployment/src/main/release/conf/server.xml')
-rw-r--r--servicegateway/deployment/src/main/release/conf/server.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/servicegateway/deployment/src/main/release/conf/server.xml b/servicegateway/deployment/src/main/release/conf/server.xml
deleted file mode 100644
index f8bce6f0..00000000
--- a/servicegateway/deployment/src/main/release/conf/server.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2016 Huawei Technologies Co., Ltd.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- Note: A "Server" is not itself a "Container", so you may not
- define subcomponents such as "Valves" at this level.
- Documentation at /docs/config/server.html
- -->
-<Server port="8306" shutdown="SHUTDOWN">
- <Listener className="org.apache.catalina.startup.VersionLoggerListener" />
- <Listener SSLEngine="on" className="org.apache.catalina.core.AprLifecycleListener" />
- <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
- <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
- <Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
- <GlobalNamingResources>
- <Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
- name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase" />
- </GlobalNamingResources>
- <Service name="Catalina">
- <Connector connectionTimeout="20000" port="8305" protocol="HTTP/1.1" redirectPort="8443" />
- <!--Connector port="8305" protocol="AJP/1.3" redirectPort="8443" /-->
- <Engine defaultHost="localhost" name="Catalina">
- <Realm className="org.apache.catalina.realm.LockOutRealm">
- <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
- </Realm>
-
- <Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true">
- <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
- pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log" suffix=".txt" />
- <Context docBase="ROOT" path="" reloadable="true" />
- </Host>
- </Engine>
- </Service>
-</Server> \ No newline at end of file