[infinispan-issues] [JBoss JIRA] Created: (ISPN-733) Lock down ports and use AS friendly system properties in JGroups config files

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Mon Oct 25 10:01:54 EDT 2010


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.2.0.ALPHA4, 4.1.0.Final, 4.0.0.Final
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 4.2.0.BETA1, 4.2.0.Final


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

       



More information about the infinispan-issues mailing list