OpenHAB 2 installation on Windows 10

I don’t think that this file (C:\openHAB2\userdata\etc\org.ops4j.pax.web.cfg) was modified.
I checked in my system and it is the same (http & https ports commented out… using defaults)
Whatever is configured there, ends up in C:\openHAB2\userdata\config\org\ops4j\pax\web.config
web.config pulls also C:\openHAB2\runtime\etc\jetty.xml where the ports are set (hmmm… only https is defined in there… not http)

Anyway… we have the wrapper.java.additional.16=-Dorg.osgi.service.http.port=8080 in the wrapper.conf… that should work.

I am testing more the windows service installation steps with various combinations… so far I haven’t been able to reproduce the issue…

I was always worried about this service wrapper since it does not use/take into account the scripts in runtime\bin…
That’s why the wrapper.conf is so complicated :frowning: