Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gobetween main URL is not working #331

Open
tojai01 opened this issue Dec 12, 2022 · 0 comments
Open

Gobetween main URL is not working #331

tojai01 opened this issue Dec 12, 2022 · 0 comments

Comments

@tojai01
Copy link

tojai01 commented Dec 12, 2022

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:

  1. When I hit the URL "http://localhost:3010" I am getting the error "The page isn't working" what i am doing wrong here?
  2. I am not able to find any logs created.
  3. Do I need to make any other changes in the "gobetween.toml" file?
  4. I have tried the "static_list = ["solr1:9000", "solr2:9002", "solr3:9003"} as well.

Can you help me on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant