diff --git a/omod/src/main/webapp/uncaughtException.jsp b/omod/src/main/webapp/uncaughtException.jsp index 606539ae..53f29c91 100644 --- a/omod/src/main/webapp/uncaughtException.jsp +++ b/omod/src/main/webapp/uncaughtException.jsp @@ -253,7 +253,7 @@ %>

<% - response.sendRedirect("login.htm"); + response.sendRedirect(request.getContextPath() + "/login.htm"); } %>