-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.xml
18 lines (16 loc) · 857 Bytes
/
server.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<server description="new server">
<!-- Enable features -->
<featureManager>
<feature>webProfile-8.0</feature>
</featureManager>
<!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
<httpEndpoint id="defaultHttpEndpoint"
httpPort="9080"
httpsPort="9443" />
<!-- Automatically expand WAR files and EAR files -->
<applicationManager autoExpand="true"/>
<keyStore id="defaultKeyStore" password="{aes}AFmHc/AB/NomDWbJjscFTcurw9ksZ/1h+GcIojXsx+M5"/>
<ltpa keysPassword="{aes}AFmHc/AB/NomDWbJjscFTcurw9ksZ/1h+GcIojXsx+M5" expiration="120"/>
<include location="${server.config.dir}/key.xml"/>
<!-- variable name="wlp.password.encryption.key" value="2D0332556743199AF6BDF78E3DE6FAA0"/-->
</server>