aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/index.jsp
blob: 056f209a71349c5e0cbe1ea20c247a533bfe1b7d (plain)
1
2
3
4
5
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

<%-- Redirected because we can't set the welcome page to a virtual URL. --%>
<%-- Forward to the intended start page to reduce frustration for new users. --%> 
<c:redirect url="/login.htm"></c:redirect>