When I deploy an application named let's say App with a servlet Servlet with tomcat, then I can access it using URL localhost:8080/App/Servlet. Why not localhost:8080/Servlet? Can I configure it so that /Servlet redirects to /App/Servlet?