After playing around and removing some cactus definitions from the web.xml file I get now the following error: 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. 2006-01-31 19:07:38,848 [ERROR] [jsp].Servlet.service() for servlet jsp threw exception 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.<init>(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)
But my web.xml is now *absolutly* identical with the last working revision from CVS. Here's the begin of my 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 ? Lothar P.S. Maybe it's not a struts problem. So I will post it also in the tomcat group. "Lothar Krenzien" <[EMAIL PROTECTED]> schrieb am 31.01.06 17:54:25: > > Hi, > > I've some really hard trouble with JSP and/or struts and tomcat. Yesterday it > worked all fine but after changing a simple jsp (remove a row from a table) I > get lots of compile errors when calling a jsp (see my post "can't load any > JSP anymore" in users@tomcat.apache.org). Because of that I've tried to > install a fresh copy of the latest tomcat version (5.5.19) and copied all the > settings and the additionally used libraries from the old installation to the > new one ( at least I believe it). But now I can't start my struts application > anymore. I get the following error in the browser: > > org.apache.jasper.JasperException: File "/jsp/struts-html" not found > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105) > org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:430) > org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:154) > org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:180) > org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:354) > org.apache.jasper.compiler.Parser.parseDirective(Parser.java:381) > org.apache.jasper.compiler.Parser.parseElements(Parser.java:795) > org.apache.jasper.compiler.Parser.parse(Parser.java:122) > org.apache.jasper.compiler.ParserController.parse(ParserController.java:199) > org.apache.jasper.compiler.ParserController.parse(ParserController.java:153) > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:369) > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473) > > And in the tomcat log file I found the following error: > 2006-01-31 17:08:07,482 [ERROR] ActionServlet.Unable to initialize Struts > ActionServlet due to an unexpected exception or error thrown, so marking the > servlet as unavailable. Most likely, this is due to an incorrect or missing > library dependency. > javax.servlet.ServletException: [v.1.2M10 January 5 2006] Global exception. > at com.sr2.services.InitialisationService.init(InitialisationService.java:43) > at > org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869) > at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336) > at javax.servlet.GenericServlet.init(GenericServlet.java:211) > > How can I figure out which library is missing ? I'm not sure is it related > but when I start tomcat I get another error that no JDBC driver was found > (see another post of me called "Cannot create JDBC driver" in the tomcat > mailing list). I think that can't be true. There is *definitly* the correct > jdbc driver in the common/lib directory. Also I'm not sure is it a struts > problem or a tomcat problem. But because of the error message I post it here. > > Thanks, 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]