Code:
response.sendRedirect("somepage.jsp"); When I use the code above, it sends me to "inc/somepage.jsp"
I develop locally, so the absolute url is going to change when I deploy the jsp site.
Is there anyway to use response.sendRedirect to a relative path?