Skip to content

Commit 24c4ea9

Browse files
kabicinkabicin
authored andcommitted
Re-add configuration_snippets
1 parent 2f9704c commit 24c4ea9

File tree

10 files changed

+51
-2
lines changed

10 files changed

+51
-2
lines changed

ga/23.0.0.6/kernel/helpers/build/configuration_snippets/sessioncache-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<featureManager>
33
<feature>sessionCache-1.0</feature>
44
</featureManager>
5-
</server>
5+
</server>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="HTTP_PORT" defaultValue="9080" />
4+
<httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="${HTTP_PORT}"/>
5+
</server>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="HTTP_PORT" defaultValue="9080" />
4+
<variable name="HTTPS_PORT" defaultValue="9443" />
5+
<httpEndpoint id="defaultHttpEndpoint" host="*" httpsPort="${HTTPS_PORT}" httpPort="${HTTP_PORT}" />
6+
</server>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="IIOP_PORT" defaultValue="2809" />
4+
<iiopEndpoint id="defaultIiopEndpoint" host="${IIOP_ENDPOINT_HOST}" iiopPort="${IIOP_PORT}" />
5+
</server>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="IIOP_PORT" defaultValue="2809" />
4+
<variable name="IIOPS_PORT" defaultValue="9402" />
5+
<iiopEndpoint id="defaultIiopEndpoint" host="${IIOP_ENDPOINT_HOST}" iiopPort="${IIOP_PORT}">
6+
<iiopsOptions iiopsPort="${IIOPS_PORT}" sslRef="defaultSSLConfig" />
7+
</iiopEndpoint>
8+
</server>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="JMS_PORT" defaultValue="7276" />
4+
<wasJmsEndpoint id="InboundJmsEndpoint" host="*" wasJmsPort="${JMS_PORT}" />
5+
</server>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<variable name="JMSS_PORT" defaultValue="7286" />
4+
<wasJmsEndpoint id="InboundJmsEndpoint" host="*" wasJmsSSLPort="${JMSS_PORT}" />
5+
</server>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<featureManager>
4+
<feature>mpHealth-1.0</feature>
5+
</featureManager>
6+
</server>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<server>
3+
<featureManager>
4+
<feature>mpMetrics-1.1</feature>
5+
<feature>monitor-1.0</feature>
6+
</featureManager>
7+
8+
<mpMetrics authentication="false" />
9+
</server>

ga/latest/kernel/helpers/build/configuration_snippets/sessioncache-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<featureManager>
33
<feature>sessionCache-1.0</feature>
44
</featureManager>
5-
</server>
5+
</server>

0 commit comments

Comments
 (0)