I'm learning JSP and my "Hello World" JSP is giving a 404.I have made sure that my app is deployed on my server.Here my profile.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
Error:Error image Server:Deployed on Server