DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

Can not work in JDK1.9 environment #60

Open yumingtao opened 6 years ago

yumingtao commented 6 years ago

In JDK1.9 environment, it can be started via "java -jar ......" command, but when access the url localhost:9090, it shows /home 404 not found error. Change the java environment to JDK1.8, then it works.

gihank commented 6 years ago

Upgrading the jetty server version works too

KeithTt commented 5 years ago

@gihank hi, I install jetty on mac, but still 404.

How to Upgrading the jetty server version on mac?

KeithTt commented 5 years ago

@gihank I modified the pom.xml file, where I replace the jetty version, and mvn clean install again, always 404..