I will just repeat my reply on another email 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/9 Höchstötter Nadine <[EMAIL PROTECTED]> > We had those error messages, too, but we found it simpler to use another > Tomcat version. > Try Tomcat Version 6.0.16 not the newest. > http://archive.apache.org/dist/tomcat/tomcat-6/ > It works fine for us. > Cheers, Nadine. > > -----Ursprüngliche Nachricht----- > Von: consultas [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 9. Dezember 2008 16:35 > An: [email protected] > Betreff: A simple question > > Thank you for your answer, but if you just add the header.html file to the > include folder you still get the same error message. If you do this and > modify the code to <jsp:include page="include/header.html"/> you don`t get > any error message, but, I think, you defeat the purpose to have the header > in any language. At the same time you need to modify other files, like > explain.jsp. > In the same line of the original question, when trying to see the cached > page, I got a similar error message: "org.apache.jasper.JasperException: > /cached.jsp(78,29) Attribute value details.getValue("url") is quoted with " > which must be escaped when used within the value". > > What is strange is that I had the same Nutch 0.9 in an old computer, with a > slightly different hardware and everything was ok. > > So, the question remain: what to do? > > > > -- Best Regards Alexander Aristov
