Heritrix和struts2.0或者struts1.2结合出现的奇怪问题!!求救!!

问题描述

单独的运行Heritrix项目(放在web上面)是没什么的,运行struts2+Hibernate+spring的项目也是没什么问题的,不会报下面的错误关键是这两个一结合到一起,启动也是没问题的,运行项目时就出现问题。用到struts2.0标签时就出现问题(我也试了struts1.2的标签也出现问题,用serlvet就没什么问题),2009-04-1416:22:31,125WARN[com.opensymphony.xwork2.ognl.OgnlValueStack]-Couldnotfindproperty[org.apache.catalina.jsp_file]2009-04-1416:22:31,203INFO[org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/SSH2]]-ExceptioninitializingTldLocationsCache:XMLparsingerroronfile/WEB-INF/web.xml:(line2,col9):Documentisinvalid:nogrammarfound.2009-04-1416:22:31,203ERROR[org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/SSH2].[jsp]]-Servlet.service()forservletjspthrewexceptionorg.apache.jasper.JasperException:File"/struts-tags"notfoundweb.xml我都检查了许多遍,没什么问题。下面是我的web.xml的内容:<?xmlversion="1.0"encoding="UTF-8"?><web-appversion="2.4"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/j2eehttp://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"><context-param><param-name>contextConfigLocation</param-name><param-value>classpath:/applicationContext-resources.xmlclasspath:/applicationContext-dao.xmlclasspath:/applicationContext-service.xml<!--classpath:/application-mails.xml-->classpath:/application-sendMail.xmlclasspath*:/applicationContext.xml/WEB-INF/applicationContext*.xml/WEB-INF/application-scheduler.xml</param-value></context-param><filter><filter-name>cacheFilter</filter-name><filter-class>com.opensymphony.oscache.web.filter.CacheFilter</filter-class></filter><filter><filter-name>encodingFilter</filter-name><filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class><init-param><param-name>encoding</param-name><param-value>UTF-8</param-value></init-param><init-param><param-name>forceEncoding</param-name><param-value>true</param-value></init-param></filter><filter><filter-name>struts-cleanup</filter-name><filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class></filter><filter><filter-name>struts</filter-name><filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class></filter><filter-mapping><filter-name>encodingFilter</filter-name><url-pattern>/*</url-pattern></filter-mapping><filter-mapping><filter-name>struts-cleanup</filter-name><url-pattern>/*</url-pattern></filter-mapping><filter-mapping><filter-name>struts</filter-name><url-pattern>/*</url-pattern></filter-mapping><!--<jsp-config><taglib><taglib-uri>/WEB-INF/struts-tags.tld</taglib-uri><taglib-location>/WEB-INF/struts-tags.tld</taglib-location></taglib></jsp-config>--><listener><listener-class>org.springframework.web.context.ContextLoaderListener</listener-class></listener><session-config><session-timeout>60</session-timeout></session-config><welcome-file-list><welcome-file>welcome/index.jsp</welcome-file></welcome-file-list><servlet><servlet-name>jcaptcha</servlet-name><servlet-class>com.tks.util.ImageCaptchaServlet</servlet-class><load-on-startup>0</load-on-startup></servlet><servlet-mapping><servlet-name>jcaptcha</servlet-name><url-pattern>/jcaptcha</url-pattern></servlet-mapping><error-page><error-code>500</error-code><location>/error.jsp</location></error-page><error-page><error-code>400</error-code><location>/index.jsp</location></error-page><error-page><error-code>403</error-code><location>/403.jsp</location></error-page><error-page><error-code>404</error-code><location>/404.jsp</location></error-page></web-app>

解决方案

解决方案二:
Heritrix是撒?下我去查查,根据我的经验这样一下贴这么多代码几乎没有人回复的来问问题,你自己要先知道问题出在哪,然后再发上来一点建议,帮你顶一下
解决方案三:
Heritrix是一种网络爬虫,这个问题我也找了好久了。我在看看吧!

时间: 2024-11-01 18:56:26

Heritrix和struts2.0或者struts1.2结合出现的奇怪问题!!求救!!的相关文章

Struts2.x学习:第一个Struts2.0例子

具体相关页面及相应配置如下: 在struts1.x系列中,所有的请求是通过一个servlet(ActionServlet)来管理控制的,在Struts2.0而是经过一个Filter来处理请求的 web.xml : <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter- class&g

如何在struts2.0中用mapping.findForward()方法?struts配置是怎么样的?

问题描述 Action是这样写的:publicclassPageAction{HttpServletRequestrequest;publicStringexecute()throwsException{Listlist=null;inttotallRows;TEmpInfoPageExtendtEmpInfoPageExtend=newTEmpInfoPageExtend();totallRows=tEmpInfoPageExtend.getCount();System.out.println

如何学习struts2.0

问题描述 我还用先学习struts1.0吗?他们之间的区别大吗? 解决方案 不用学习1.x.struts2和1.x之间不是版本升级关系,而是完全重新实现的一个过程.Struts2中很多内容和xwork类似.建议你看一下浪曦的struts2的视频教程,风中叶老师讲的,很好,我就是看的这个.特别奉献网上的下载地址.http://www.verycd.com/topics/210454/解决方案二:首先还是到网上找下struts2.0的helloworld入门例子,再去看看官方包里面自带的例子解决方案

struts2.0中,用Hibernate写分页,其中jsp页面应该怎样写?

问题描述 Action是这样写的:publicclassPageAction{HttpServletRequestrequest;publicStringexecute()throwsException{Listlist=null;inttotallRows;TEmpInfoPageExtendtEmpInfoPageExtend=newTEmpInfoPageExtend();totallRows=tEmpInfoPageExtend.getCount();System.out.println

Struts2.0 + Spring2.0 + Hibernate3.2编程新解!!!申请【精华贴】

问题描述 最近发现一款SSH代码生成的工具,介绍给大家,下面是我原文copy过来的,希望对大家有帮助,呵呵....AutoCode代码生成器(SSH版)[用于JAVA开发中的Struts2.0+Spring2.0+Hibernate3.2框架整合程序开发]强大的支撑功能,堪称JAVASSH编程的利器,你绝对值得拥有!自动生成以下所有内容(即:完整的JavaSSH支持的工程)Sturts2.0配置-->sturts.xml.struts.propertiesSpring2.0配置-->appli

struts2 0 国际化-struts2.0升级到2.3.15.1后 ActionSupport getText() 空指针

问题描述 struts2.0升级到2.3.15.1后 ActionSupport getText() 空指针 java.lang.NullPointerException 00:45:33,387 ERROR [STDERR] at com.opensymphony.xwork2.util.LocalizedTextUtil.findText(LocalizedTextUtil.java:361) 00:45:33,387 ERROR [STDERR] at com.opensymphony.x

checkbox 已被选中 struts2.0

问题描述 在struts2.0里面从Action传过来2个list列表:listA.listBlistB是listA的子集,用JavaScript怎么判断被listB在listA中,并被选中,用的是checkbox

关于struts2.0配置返回页面的问题

问题描述 关于struts2.0配置返回页面的问题 struts能不能够动态的指定返回哪张页面?举个例子:比如说,url中带一个参数id,我根据这个id去查,需要返回哪张界面.id有很多,并且数目不固定(会增加),所以没办法在struts的配置文件中枚举.我想了下,用通配符的方式好像是可以实现的,但是跨部门合作,让别人按照这种方式指定文件的路径还是有点蛋疼.. 解决方案 Struts2.0 xml文件的配置(package,namespace,action)Struts2.0 xml文件的配置(

struts2 0-在做struts2.0升级为struts2.3的时候,xmlrpc调用出现以下问题。

问题描述 在做struts2.0升级为struts2.3的时候,xmlrpc调用出现以下问题. 在struts2.0的时候c++是可以正常调用我的rpc接口的 但是升级到2.3之后不能调用rpc接口.出现以下错误 升级的包有 xwork-core-2.3.16 struts2-core-2.3.16 struts2-codebehind-plugin-2.3.16 commons-fileupload-1.3 ognl-3.0.6 struts2-config-browser-plugin-2.