nexus site path corrected
[portal.git] / ecomp-portal-BE / war / index.jsp
1 <%@ taglib prefix="c"      uri="http://java.sun.com/jsp/jstl/core" %>
2
3 <%-- Redirected because we can't set the welcome page to a virtual URL. --%>
4 <%-- <c:redirect url="/login.htm"/>
5  --%>
6  <html>
7  <head>
8  <title>ecompportal-BE index.jsp</title>
9  </head>
10  <body>
11  <h2>ECOMP Portal Core</h2>
12  This is the ecompportal-BE application, page index.jsp.
13  
14  <% 
15  
16  response.sendRedirect("welcome.htm");
17  
18  %>
19  
20  </body>
21  </html>
22