I suppose you use Tomcat 6. Then you must not use double quotes inside other double quotes. <sometag attr=" language + "/include/header.html"" This construction works in Tomcat 5 but not in 6 which has stricter rules checking.
Replace outer quotes with single one. THere are a few files in Nutch which might cause such error. Alexander 2008/12/8 <[EMAIL PROTECTED]> > > > I have just installed Nutch 0.9 in a shinning new Kubuntu distribution, > single machine. I have started Tomcat, but, when I try any search, I > get the following error message: > > "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 > " > > What is the remedy for this? > > Thanks > > -- Best Regards Alexander Aristov
