hi everybody,
i am working with tomcat 4 b7 on win 2000 and jdk 1.3
my jsp pages should support both japanese and chinese characters as
well as latin chars.Thus, i want to set my Jsp pages' charset to UTF-8.
However, when i do so i am having the below exception:

org.apache.jasper.compiler.ParseException: Cannot read file: ze file
at org.apache.jasper.compiler.JspReader.pushFile2(JspReader.java:275)
at org.apache.jasper.compiler.JspReader.(JspReader.java:316)
at org.apache.jasper.compiler.Parser.(Parser.java:137)
at
org.apache.jasper.compiler.ParserController.parse(ParserController.java:213)
....
and it goes on..
can any one tell me what does this mean and how can be solved?
Thanks in advance.

Reply via email to