remove Application Data from path to I2P service config on Windows
When I2P is installed as a service, it uses C:/ProgramData/Application Data/I2P
as it's working directory. C:/ProgramData/Application Data/
has special meaning in new Windows versions, which prohibits directory listings. This causes Jetty to be unable to see the content of the eepsite/docroot
directory, causing all sites to 404 and the Jetty server to behave erronously.
Edited by idk