i am not able to print a simple welcome program in eclipse mars using jsp. my project name is mayank and i have placed index.jsp inside mayank/webcontent. here is my code:
index.jsp
<html>
<head>
<title> hello</title>
</head>
<body>
<%="welcome to jsp" %>
</body>
</html>
when i try to run apache tomcat server it always show 404 error. can someone please help me why this problem is occurring again and again