Change-Id: I94fe35c8ac758d7887f440248f400a307b29d16d
Issue-ID: VID-987
Signed-off-by: krutbhat@att.com
--- /dev/null
+<!doctype html>
+<title>Something went wrong!</title>
+
+
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html;">
+    <title>Error Page</title>
+</head>
+<body>
+<h1>Something went wrong. Please go back to the previous page or
+    try again later.</h1>
+</body>
+</html>
\ No newline at end of file
 
     <url-pattern>/app/ui/*</url-pattern>\r
   </filter-mapping>\r
 \r
+  <error-page>\r
+    <error-code>404</error-code>\r
+    <location>/vid/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp</location>\r
+  </error-page>\r
 </web-app>
\ No newline at end of file