Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Solr web UI port discrepancy

avatar

In the tutorial on Indexing and Searching Documents with Apache Solr, in Step 8, the tutorial indicates that the port for the search URL is 8984.

Search the indexed documents. Using the browser, visit the url http://sandbox.hortonworks.com:8984/solr/labs/select?q=*:*

However, I get connection refused on this port, but I'm able to navigate successfully on port 8983. Is this an error in the docs or should Solr be accepting connections on both ports?

http://sandbox.hortonworks.com:8983/solr/labs/select?q=*:*
1 ACCEPTED SOLUTION

avatar
Expert Contributor

Looks like a typo. The forwarded ports which are a part of the Sandbox include only 8983. We'll get it updated

@jmedel

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Looks like a typo. The forwarded ports which are a part of the Sandbox include only 8983. We'll get it updated

@jmedel

avatar

Thanks for confirming, I've created issue 161 and pull request 162 on Github.