Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #121: index.jsp missing 404 #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix #121: index.jsp missing 404 #126

wants to merge 1 commit into from

Conversation

007pig
Copy link

@007pig 007pig commented Feb 14, 2020

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 007pig requested a review from str4d February 14, 2020 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

download from bote.i2p, index.jsp missing 404
1 participant