You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/27 17:29:54 UTC

[Solr Wiki] Update of "SolrJmx" by EricPugh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by EricPugh:
http://wiki.apache.org/solr/SolrJmx

The comment on the change is:
Document params to pass on start up to connect to Solr via "remote" connections

------------------------------------------------------------------------------
  
  attachment:jconsole.png
  
+ = Remote Connection to Solr JMX =
+ If you want to connect to Solr remotely, you need to pass in some extra parameters, [http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html#remote documented here]:
+ {{{
+ -Dcom.sun.management.jmxremote.port=3000
+ -Dcom.sun.management.jmxremote.ssl=false
+ -Dcom.sun.management.jmxremote.authenticate=false
+ }}}
+ 
  [[Anchor(where)]]
  = Where to find it =
  Support for JMX was built at [https://issues.apache.org/jira/browse/SOLR-256 SOLR-256 Stats via JMX]