I am using Jetty as my web server, and I want to do the url rewrite stuff.
Do you know how to use RewriteHandler?
For example:
the url localhost/path1/123.html should be rewritten by Jetty to localhost/path1:id=123
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The documentation is here – http://wiki.eclipse.org/Jetty/Feature/Rewrite_Handler
If you’ve followed the documentation and aren’t getting the result you want, then please provide a description of what you tried, and what result you got.