i2p / i2p.i2p-bote

I2P-Bote is a serverless, encrypted e-mail application.
https://i2pbote.xyz
Other
146 stars 44 forks source link

Fix #121: index.jsp missing 404 #126

Open 007pig opened 4 years ago

007pig commented 4 years ago

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