loading JSP pages gives error
I have created a JSP extension file and tried to run it in browser but receive error !!!
HTTP Status 500 -
description The server encountered an internal error () that prevented it from fulfilling this request.
this error message was shown when Tomcat was running.
and
HTTP Status 404 -
description The requested resource () is not available.
when tried after starting J2EE server.
in both cases I used URL : http://localhost:8080/test1.jsp
Any suggestions to resolve this problem?
Please make it as simple as possible because I am new to Java.
Thank you.

