only servlet is required
[pnews.git] / war / server.xml
index b5fc660..84e6ff4 100644 (file)
@@ -3,7 +3,7 @@
         <logging traceSpecification="*=audit:pnews.*=all:com.ibm.rules.res.execution=all" consoleLogLevel="INFO" />
     <!-- Enable features -->
     <featureManager>
-        <feature>webProfile-7.0</feature>
+        <feature>servlet-3.1</feature>
     </featureManager>
 
     <!-- To allow access to this server from a remote client host="*" has been added to the following element -->
@@ -12,7 +12,7 @@
                  httpPort="9080"
                   httpsPort="9443" />
 
-    <!-- Automatically expand WAR files and EAR files -->
-    <applicationManager autoExpand="true"/>
+        <applicationManager autoExpand="false"/>
 
+        <webApplication contextRoot="/" location="pnews-1.0.war" />
 </server>