Jsp file not running
Hi,
I am new in jsp.
I am using Tomcat 5.5 and jdk1.5
My jsp file is
<html>
<head>
<title> Money Bank </title>
</head>
<body>
<%@ page import = "java.util.*" %>
Welcome User
</body>
</html>
I save the file
in the besslow path
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT
but its giving an error
The requested resource (/moneybank/index.jsp) is not available.
please tell me how can I run my jsp file

