appcontext, host and port of the Solr application must be available through API -------------------------------------------------------------------------------
Key: SOLR-727 URL: https://issues.apache.org/jira/browse/SOLR-727 Project: Solr Issue Type: New Feature Reporter: Noble Paul This is a part of requirement for SOLR-561 . It will be a very nice feature to have the admin console of the master show details of the slaves also. To do so The master must know about the slaves. The slaves may be able to register themselves with master but the slaves do not know the port number and the context in which the app is deployed. The CoreContainer (or any other suitable place) can keep this information with itself so any handler can consume this. Other than the port number everything else is available at the startup time.The port number can be obtained soon after the first request is served by the slave . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.