-
Notifications
You must be signed in to change notification settings - Fork 35
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
hardcoded 8080 port on links? #34
Comments
need to change the config.xml "port" parameter in the docker files |
This issue is about some (possible problematic) mentions to 8080 in the Java code:
|
the first is a check for the public server, that is always 8080. Some of the others are just defaults. But I'll double check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker pull apease/sigmakee2018:latest
docker run -it -d -p 4000:8080 --name trial04 apease/sigmakee2018:latest "./sigmastart.sh"
note the port redirection
Browsing
http://localhost:4000/sigma/Browse.jsp?flang=SUO-KIF&lang=EnglishLanguage&kb=SUMO&term=Basin
I tried to click on the term
orientation
but it gives me back an error. Actually, all links are pointing the port 8080 likehttp://localhost:8080/sigma/Browse.jsp...
The text was updated successfully, but these errors were encountered: