Jinmei Liao created GEODE-2154: ---------------------------------- Summary: swagger-ui.html in IE on windows returns 404 Key: GEODE-2154 URL: https://issues.apache.org/jira/browse/GEODE-2154 Project: Geode Issue Type: Bug Components: management Reporter: Jinmei Liao
In a windows machine, start a server using the following gfsh command: start server --name=server1 --start-rest-api --J=-Dgemfire.http-service-port=8080 --J=-Dgemfire.http-service-bind-address=localhost Going to IE and hit the following url: http://localhost:8080/geode/v1/servers It will return a json string containing the the server address but if you hit this url: http://localhost:8080/geode/swagger-ui.html it will return a 404. -- This message was sent by Atlassian JIRA (v6.3.4#6332)