By slightly altering the the web-inf\web.xml you will be able to do this
http://host/your-app/display?url=Pag1URL&arg1=10
http://host/your-app/update?request_name=StateChangeRequest&arg1=10
Previously you would have needed to do
http://host/your-app/servlet/DisplayServlet?url=Pag1URL&arg1=10
http://host/your-app/servlet/UpdateServlet?request_name=StateChangeRequest&arg1=10