only servlet is required
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Fri, 13 Oct 2017 20:47:15 +0000 (22:47 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Fri, 13 Oct 2017 20:47:15 +0000 (22:47 +0200)
war/server.xml

index 709d7e0..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 -->