Closed andham closed 9 years ago
i am able to ping localhost as well as hostname. is the rundeck server not listening on the localhost interface? are you able to curl the localhost url?
Yes, I can curl the localhost url and get a 302 answer.
I see something else probably related to this: Using a browser, if I go to http://localhost:4440 (end up in http://localhost:4440/user/login) and try to log in I'm just returned to http://COMPUTERNAME:4440/user/login. If I then try to log in it will succeed. (Browser: Firefox 37.0.1)
Environment: Windows 7, Oracle JDK 1.7.0_72, Rundeck 2.5.0
the value for grails.serverURL
in rundeck-config.properties is used as the base URL for grails, and is used in redirects. Forgot this might be the issue earlier. basically, you should access rundeck using that URL.
Right, it was that simple! My bad then!
I get "Connection refused" if trying to ping Rundeck on localhost:4440. However, using the url COMPUTERNAME:4440 works.
results in