Open
Description
Hi
I have installed 3 solr instances in my machine as "https://solr1:9000", "https://solr2:9002" and "https://solr3:9003" when I hit any of these URL's it's loading fine.
I have installed "gobetween" as a service in my windows laptop using NSSM. It's installed as a service successfully and service is running also. Below are the lines I changed into "gobetween.toml" file.
`# ---------- tcp example ----------- #
[servers.solrcloud]
protocol = "tcp"
bind = "localhost:3010"
[servers.solrcloud.discovery]
kind = "static"
static_list = ["localhost:9000","localhost:9002","localhost:9003"]`
Issues/Questions:
- When I hit the URL "http://localhost:3010" I am getting the error "The page isn't working" what i am doing wrong here?
- I am not able to find any logs created.
- Do I need to make any other changes in the "gobetween.toml" file?
- I have tried the "static_list = ["solr1:9000", "solr2:9002", "solr3:9003"} as well.
Can you help me on this?
Metadata
Metadata
Assignees
Labels
No labels