hot topics are determined according to the last 15 days articles
[pnews.git] / war / server.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <server description="Default server">
3         <logging traceSpecification="pnews.*=FINEST:*=INFO"
4                  consoleLogLevel="INFO"
5                  logDirectory="/opt/ibm/wlp/usr/servers/defaultServer/logs"
6                  maxFileSize="50"
7                  traceFileName="trace.log"
8                  maxFiles="10" />
9
10     <!-- Enable features -->
11     <featureManager>
12         <feature>servlet-3.1</feature>
13     </featureManager>
14
15     <!-- To allow access to this server from a remote client host="*" has been added to the following element -->
16     <httpEndpoint id="defaultHttpEndpoint"
17                   host="*"
18                   httpPort="9080"/>
19
20         <applicationManager autoExpand="false"/>
21
22         <webApplication contextRoot="/" location="pnews-1.0.war" />
23
24         <!-- configuration does not change -->
25         <config updateTrigger="disabled"/>
26
27         <!-- application does not change -->
28         <applicationMonitor updateTrigger="disabled"/>
29 </server>