Hi,

I'm having a struts 1.1 application on tomcat 5.5.9. Because of some mysterious 
problems (see my previous post "can't load any JSP anymore" in this list) I 
switched to 5.5.15 but now have an another problem. In the browser I get the 
following error:

org.apache.jasper.JasperException: File "/jsp/struts-html" not found
at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:430)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:154)
at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:180)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:354)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:381)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:795)
at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:199)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:153)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

In the log file I found the following line 
2006-01-31 19:07:38,801 [INFO ]Exception initializing TldLocationsCache: XML 
parsing error on file /WEB-INF/web.xml: (line 3, col 9): Document is invalid: 
no grammar found.

But the file is *absolutly* identically with the last working version. Here's 
the begin of the web.xml :

<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
    version="2.4">
....
</web-app>


I can't see any error on it. Does anybody know what could be wrong ? A few days 
ago I upgraded to stuts 1.2 but now swichted back to 1.1. In earlier post I've 
read that there was a problem with Xerces:

  http://mail-archives.apache.org/mod_mbox/tomcat-users/200312.mbox/browser

But I use the same version that worked all the time. I can't figure out what 
could be wrong.
Lothar
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to