Resolved: Nutch 0.9 org.apache.jasper.JasperException

Nutch 0.9 org.apache.jasper.JasperException:
Development Environment:
Tomcat: 6.0.18
Nutch: 0.9
OS: Mac OS X 10.5.5
JDK: 1.6.07
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 🙂