jun.kou
jun.kou

Reputation: 45

How to use jetty's RewriteHandler?

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

Upvotes: 4

Views: 8090

Answers (1)

Tim
Tim

Reputation: 6509

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.

Upvotes: 1

Related Questions