[
https://jira.jboss.org/browse/ISPN-733?page=com.atlassian.jira.plugin.sys...
]
Galder Zamarreño resolved ISPN-733.
-----------------------------------
Fix Version/s: (was: 4.2.0.BETA1)
(was: 4.2.0.Final)
Resolution: Rejected
These changes only apply to the AS build
Lock down ports and use AS friendly system properties in JGroups
config files
-----------------------------------------------------------------------------
Key: ISPN-733
URL:
https://jira.jboss.org/browse/ISPN-733
Project: Infinispan
Issue Type: Task
Components: RPC
Affects Versions: 4.0.0.Final, 4.1.0.Final, 4.2.0.ALPHA4
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Lock down FD_SOCK start port in shipped configuration and use AS ServiceBindingManager
friendly properties:
<FD_SOCK start_port="${jboss.jgroups.udp.fd_sock_port:54200}"/>
and
- diagnostics when it is enabled
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
- the UDP unicast bind port
bind_port="${jboss.jgroups.udp.bind_port:55200}"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira