Clean URLs using jsp/ servlets?

Maverick picture Maverick · Aug 20, 2010 · Viewed 7.1k times · Source

I am planning to make a CMS using jsp and servlets. Could anyone tell me how to implement clean urls using this technologies?

Answer

Kurt Du Bois picture Kurt Du Bois · Aug 20, 2010

You could try using urlrewritefilter: http://code.google.com/p/urlrewritefilter/. This uses a servlet filter and an xml-file to allow your application to have clean url's. The construction of the clean url's would be your own responsibility.