do not monitor changes in the config or app
[pnews.git] / war / server.xml
index 709d7e0..0ac7d29 100644 (file)
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <server description="Default server">
-        <logging traceSpecification="*=audit:pnews.*=all:com.ibm.rules.res.execution=all" consoleLogLevel="INFO" />
+
+        <logging traceSpecification="*=audit:pnews.*=FINE" 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 -->
         <applicationManager autoExpand="false"/>
 
         <webApplication contextRoot="/" location="pnews-1.0.war" />
+
+        <!-- configuration does not change -->
+        <config updateTrigger="disabled"/>
+
+        <!-- application does not change -->
+        <applicationMonitor updateTrigger="disabled"/>
 </server>