A layer that allows to provision the configuration that used to be present in the default server located in EAP 7.4 s2i builder image.
NB: When provisioning this layer, all the server JBoss Modules modules, even not in use by the server configuration, are installed.
The socket binding port offset can only be configured using the PORT_OFFSET
env variable.
jboss.socket.binding.port-offset
can't be used. The interface bindAll
(0.0.0.0) is added to the configuration.
jgroups ee
channel uses the tcp
stack instead of udp
. PING
and MPING
protocols are removed.
The hibernate cache-container default cache is local-query
.
The hibernate cache-container default cache is local-query
.
jgroups ee
channel uses the tcp
stack instead of udp
. PING
and MPING
protocols are removed.
The logs are routed to the console.
The mail-smtp
remote-destination host can be configured using the OPENSHIFT_SMTP_HOST
env variable.
The management-console is disabled.
The node-identifier
is set to the value of the jboss.node.name
system property. The value of
jboss.node.name
is automatically computed at server startup.
The recovery-listener
is enabled.
The default http-listener
has proxy-address-forwarding
set to true. http
and https
socket-binding use the bindAll
interface.
wsdl-host
is set to jbossws.undefined.host
. modify-wsdl-address
is set to true
.
The jgroups ee
channel uses the tcp
stack instead of udp
. PING
and MPING
protocols are removed.
The infinispan web
cache container default cache is a replicated cache (repl
cache added by this layer).