redirect implemented
[pnews.git] / war / server.xml
diff --git a/war/server.xml b/war/server.xml
new file mode 100644 (file)
index 0000000..b5fc660
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server description="Default server">
+        <logging traceSpecification="*=audit:pnews.*=all:com.ibm.rules.res.execution=all" consoleLogLevel="INFO" />
+    <!-- Enable features -->
+    <featureManager>
+        <feature>webProfile-7.0</feature>
+    </featureManager>
+
+    <!-- To allow access to this server from a remote client host="*" has been added to the following element -->
+    <httpEndpoint id="defaultHttpEndpoint"
+                  host="*"
+                 httpPort="9080"
+                  httpsPort="9443" />
+
+    <!-- Automatically expand WAR files and EAR files -->
+    <applicationManager autoExpand="true"/>
+
+</server>