[infinispan-issues] [JBoss JIRA] (ISPN-1874) Make demos discoverable by RHQ out of the box

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Tue Feb 21 06:41:36 EST 2012


    [ https://issues.jboss.org/browse/ISPN-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669493#comment-12669493 ] 

Galder Zamarreño commented on ISPN-1874:
----------------------------------------

Actually, these options were added already in ISPN-1357 but were commented:
https://github.com/infinispan/infinispan/blob/master/demos/gui/src/main/resources/runGuiDemo.sh#L14

The reason for commenting them, I think, was due to the fact that a set port was used and so that'd create issues when creating clusters in a single machine. As indicated in https://docs.jboss.org/author/x/2gU5, there's no need for a well-known port number to be used, but rather a port number that's free.

A random TCP port generator such as the one suggested in http://www.cyberciti.biz/faq/bash-shell-script-generating-random-numbers/ might work...
                
> Make demos discoverable by RHQ out of the box
> ---------------------------------------------
>
>                 Key: ISPN-1874
>                 URL: https://issues.jboss.org/browse/ISPN-1874
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: JMX, reporting and management
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 5.1.2.CR1, 5.1.2.FINAL
>
>
> All demos should start with the following system properties so that they can be discovered by monitoring tools such as RHQ out of the box:
> {code}-Dcom.sun.management.jmxremote.port=6996 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list