just before adding authorization service.
[photos] / src / main / webapp / loginError.jsp
1
2 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
3 <%
4 String path = request.getContextPath();
5 String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
6 %>
7
8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
9 <html>
10   <head>
11   </head>
12   
13   <body>
14     Wrong user id or password specified. <br/>
15     <jsp:include page="login.jsp"></jsp:include>
16   </body>
17 </html>