added some feeds
[pnews.git] / war / server.xml
index 84e6ff4..f4acbb7 100644 (file)
@@ -1,6 +1,12 @@
 <?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="pnews.*=FINEST:*=INFO"
+                 consoleLogLevel="INFO"
+                 logDirectory="/opt/ibm/wlp/usr/servers/defaultServer/logs"
+                 maxFileSize="50"
+                 traceFileName="trace.log"
+                 maxFiles="10" />
+
     <!-- Enable features -->
     <featureManager>
         <feature>servlet-3.1</feature>
     <!-- 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" />
+                 httpPort="9080"/>
 
         <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>