URL mapping in Servlets

Posted by Kenshin on Stack Overflow See other posts from Stack Overflow or by Kenshin
Published on 2010-05-01T05:36:43Z Indexed on 2010/05/01 5:47 UTC
Read the original article Hit count: 380

Filed under:
|
|

I am building a site with JSPs and Servlets. How do I map a URL like this example.com/12345 so that I get the response as if the request was example.com/content.jsp?id=12345?

© Stack Overflow or respective owner

Related posts about servlets

Related posts about jsp