84e6ff4e469e20d57657fa0a902c7553ec0cb184
[pnews.git] / war / server.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <server description="Default server">
3         <logging traceSpecification="*=audit:pnews.*=all:com.ibm.rules.res.execution=all" consoleLogLevel="INFO" />
4     <!-- Enable features -->
5     <featureManager>
6         <feature>servlet-3.1</feature>
7     </featureManager>
8
9     <!-- To allow access to this server from a remote client host="*" has been added to the following element -->
10     <httpEndpoint id="defaultHttpEndpoint"
11                   host="*"
12                   httpPort="9080"
13                   httpsPort="9443" />
14
15         <applicationManager autoExpand="false"/>
16
17         <webApplication contextRoot="/" location="pnews-1.0.war" />
18 </server>