just before adding authorization service.
[photos] / src / main / webapp / loginError.jsp
diff --git a/src/main/webapp/loginError.jsp b/src/main/webapp/loginError.jsp
new file mode 100644 (file)
index 0000000..0791b49
--- /dev/null
@@ -0,0 +1,17 @@
+
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+  </head>
+  
+  <body>
+    Wrong user id or password specified. <br/>
+    <jsp:include page="login.jsp"></jsp:include>
+  </body>
+</html>