I use servlets 3 and jsp and this is configuration question.
In servlet for url 'mydomain.com/builder/', I have to generate random ID and append it to my current url, like:
'mydomain.com/builder/randomID0'
Next, I want to redirect user to this url. So I need to match this new url to existent jsp page.
How to do this in servlet 3?