blob: 3d44ff28476ddf7358b8ab3f5ec9cd508c9a7202 (
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="/dbc"></c:redirect>
|