Yes, I use http. See attachment for I what I get when I open
http://127.0.0.1:8888 on local pc. However, running the jar in one of our production servers seem to work, at least I can access is using
http://127.0.0.1:8888/hello. I can't access it remotely but I guess this is because ports are not configured.
Production server is running Win server 2008r2 (java version8 update 91), while local computers I tried run Win10 (java version8 update 91). Local server I tested runs Win server 2012 r2 (java version version 8 update 101).
Edit1: log for the one that works:
2016-08-15 09:38:32.472:INFO::main: Logging initialized @359ms
2016-08-15 09:38:32.738:INFO:oejs.Server:main: jetty-9.3.z-SNAPSHOT
2016-08-15 09:38:32.862:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@9c9116{/,file:///C:/Users/Administrator/www,AVAILABLE}
2016-08-15 09:38:32.862:INFO:oejs.AbstractNCSARequestLog:main: Opened C:\Users\Administrator\logs\b4j-2016_08_15.request.log
2016-08-15 09:38:33.050:INFO:oejs.ServerConnector:main: Started ServerConnector@1d5622a{HTTP/1.1,[http/1.1]}{0.0.0.0:8888}
2016-08-15 09:38:33.050:INFO:oejs.Server:main: Started @970ms
Server started
The difference I notices is that all time values are double of the ones that do not work.
Edit2: Translation for attachment:
Cannot access this site.
12.0.0.1 refused to connect.