<%@page contentType="text/html;charset=utf-8"%>
<%@page contentType="text/html;charset=utf-8"%>
This code is error?
I put this code at the head of my jsp file,but error.
Test.jsp
<%@page contentType="text/html;charset=utf-8"%>
<HTML>
<HEAD>
<TITLE>HELLO WORLD</TITLE>
</HEAD>
<BODY>
<P>HELLO WORLD !</P>
</BODY>
</HTML>
ERROR:
Error: 500
Location: /test.jsp
Internal Servlet Error:
org.apache.jasper.compiler.ParseException: Cannot read file: \test.jsp
at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:223)
at org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:146)
at org.apache.jasper.compiler.JspReader.(JspReader.java:262)
at org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:268)

