added some feeds
[pnews.git] / war / server.xml
index 0ac7d29..f4acbb7 100644 (file)
@@ -1,7 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <server description="Default server">
+        <logging traceSpecification="pnews.*=FINEST:*=INFO"
+                 consoleLogLevel="INFO"
+                 logDirectory="/opt/ibm/wlp/usr/servers/defaultServer/logs"
+                 maxFileSize="50"
+                 traceFileName="trace.log"
+                 maxFiles="10" />
 
-        <logging traceSpecification="*=audit:pnews.*=FINE" consoleLogLevel="INFO" />
     <!-- Enable features -->
     <featureManager>
         <feature>servlet-3.1</feature>
@@ -10,8 +15,7 @@
     <!-- 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"/>