Cannot open .jsp files from browser
Hi!
I cannot open .jsp files form the browser.(Some sample jsp files I downloaded open without any problem, only the ones I added, don't- they're in the same directory, with their java files in the web-inf folder.) I have jdk1.2.2,jswdk1.0.1,jsse1.0.1,jsdk2.1. Does the jswdk server support converting jsp to servlets? Also, what do I have to add to jdk classpath for my servlets to be invoked via jsdk? I am confused as to whether I on the jswdk server or the jsdk server for these files to work?
[529 byte] By [
Abhi325] at [2007-9-26 1:55:57]

The error I get on the server while opening the jsp file is -
"Unhandled error! You might want to consider having an error page to report such errors more gracefully
com.sun.jsp.compiler.ParseException:
C:\jswdk-1.0.1\webapp\jsp\transfer\transfer
.jsp(4,16) Attribute import has no value
at
com.sun.jsp.compiler.JspReader.parseAttributeValue(JspReader.java:376
)
at
com.sun.jsp.compiler.JspReader.parseTagAttributes(JspReader.java:492)
at com.sun.jsp.compiler.Parser$Directive.accept(Parser.java, Compiled Code)
at com.sun.jsp.compiler.Parser.parse(Parser.java:727)
at com.sun.jsp.compiler.Parser.parse(Parser.java:715)
at com.sun.jsp.compiler.Main.compile(Main.java:283)
at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:135)
at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:77)
at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:87)
at
com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218)
at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
at com.sun.web.core.Context.handleRequest(Context.java:414)
at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)"