I have changed all the config files to default.sitemaps, default.items, default.rules, ... so, I can just go to
http://localhost:8080/openhab.app to open OpenHab web application without specifying "?sitemap=demo" . Normally, we can name the default web page, such as index.html, default.html to load at first. People just write
http://localhost:8080/ instead of
http://localhost:8080/index.html to open our website. I want the "
openhab.app" to load as default web page instead of index.html or default.html, how can I do that? I have tried changing
openhab.app to index.html in source code and recompile, then I could open OpenHab by going to
http://localhost:8080/index.html but typing
http://localhost:8080/ it didn't work, nothing displayed.
I am not familiar with Jetty, can someone help me to config the default web page to load at first?