We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, it seems to me that the link in the https://github.com/jetty/jetty-examples/blob/12.0.x/webapps/hello-servlet-5/src/main/webapp/hello.html file is wrong and it should be "/hello/hello" instead of the "/hello":
How to reproduce:
mkdir -p hello/jetty.base cd hello/jetty.base java -jar ~/jetty-home-12.0.14/start.jar --add-modules=server,http,ee10-deploy mvn package -f ~/jetty-examples/webapps/hello-servlet-5/pom.xml cp ~/jetty-examples/webapps/hello-servlet-5/target/hello.war webapps java -jar ~/jetty-home-12.0.14/start.jar
The text was updated successfully, but these errors were encountered:
Merge pull request #229 from afarber/12.0.x
6019862
Issue #228 fix the link in hello.html
No branches or pull requests
Hello, it seems to me that the link in the https://github.com/jetty/jetty-examples/blob/12.0.x/webapps/hello-servlet-5/src/main/webapp/hello.html file is wrong and it should be "/hello/hello" instead of the "/hello":
How to reproduce:
The text was updated successfully, but these errors were encountered: