Nutch报错:org.apache.jasper.JasperException及解决办法

Resolved: Nutch 0.9 org.apache.jasper.JasperException

Nutch 0.9 org.apache.jasper.JasperException:
Development Environment:
Tomcat: 7.0.37
Nutch: 0.9
OS:Ubuntu12.10
JDK: 1.7.0
I did fresh install of Nutch 0.9 and tried to deploy war file under Tomcat. I ran into issue where it started throwing the following exception:

org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value language + “/include/header.html” is quoted with ” which must be escaped when used within the value 

Solution:
Edit search.jsp & escape quotes on line 151.
\”/include/header.html\”
And you are done :)

你可能感兴趣的:(Nutch报错:org.apache.jasper.JasperException及解决办法)