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 mvn jetty:run #401

Closed
tokee opened this issue Aug 10, 2023 · 3 comments
Closed

Fix mvn jetty:run #401

tokee opened this issue Aug 10, 2023 · 3 comments
Assignees

Comments

@tokee
Copy link
Contributor

tokee commented Aug 10, 2023

Running mvn jetty:run does not work. There is no outright error and the log seems fine, but the SolrWayback GUI is not available.

@VictorHarbo
Copy link
Collaborator

I've just tried to recreate this on my MacBookm with no luck, which might be a good thing. I recall that Toke and I both had the problem on our linux machines. I'll test it there as well and if it runs I'll close the issue.

@thomasegense
Copy link
Contributor

Problem identified to be the tomcat rewrite.config that handles routing. This is not working in jetty

@thomasegense
Copy link
Contributor

This will be fixed in PR #465
Development Jetty server replaced by Tomcat9 server using cargo plugin. Routing was not working in Jetty.

@VictorHarbo VictorHarbo removed their assignment Dec 17, 2024
@thomasegense thomasegense self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants