I am planning to make a CMS using jsp and servlets. Could anyone tell me how to implement clean urls using this technologies?
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.