i2p.i2p-bote icon indicating copy to clipboard operation
i2p.i2p-bote copied to clipboard

Fix #121: index.jsp missing 404

Open 007pig opened this issue 4 years ago • 0 comments

Fixed #121 index.jsp missing 404 error.

The problem is that Jetty tries to load .jar files inside the .war file. But it won't work.

The solution is to remove all jar files inside the war file for the plugin.

See also: https://stackoverflow.com/questions/55733666/cannot-deploy-war-in-jetty-9-4-16-v20190411-receiving-filenotfoundexception-for

007pig avatar Feb 14 '20 17:02 007pig