Github user hayssams commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/586#issuecomment-168604520
@Leemoonsoo
I could not reproduce.
The 404 means that jetty could not start correctly or is not listening on
that port.
What is the error raised at the line below in the ZeppelinServer.java.
```
try {
jettyWebServer.start(); //Instantiates ZeppelinServer
} catch (Exception e) {
LOG.error("Error while running jettyServer", e);
System.exit(-1);
}
```
P.S. I am using ```mvn exec:java ...``` to start in dev mode
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---