I have downloaded MarkLogic Server version 8. I have configured initial admin steps and I am able to open http://localhost:8001 and http://localhost:8002. However while opening http://localhost:8000 shows 404 error. This never happened before. Can anyone please help me finding what might be the possible reason?
1
votes
3 Answers
2
votes
Strange. Confirm the following:
- In MarkLogic, is the APP Server on port 8000 running? One scenario is that you have some other server on that port already. It is possible that the server is not started because it could not bind to that port.
- If the server IS running, then the issue could be with the rewriter:
- It should be set to /MarkLogic/rest-api/8000-rewriter.xml
- "rewriter resolves globally" should be set to "true"
1
votes