various fixes
[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>webProfile-7.0</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     <!-- Automatically expand WAR files and EAR files -->
16     <applicationManager autoExpand="true"/>
17
18 </server>