STRUTS+HIBERNATE+SPRING 一个配置问题 数据库是ORACLE
我执行 .DO 的时候报告
HTTP Status 404 -
Servlet action is not available--------------------------------------------
type Status report
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
--------------------------------------------
Apache Tomcat/5.5.9
但是我删除了 SPRING XML文件中的
<property name="mappingResources">
<list>
<value>org/spider/pojo/Websites.hbm.xml</value>
</list>
</property>
就可以读到.DO文件了~
网上说是要删什么包,但是不知道去删什么,有人知道是什么原因吗??
------解决方案--------------------.......................
------解决方案--------------------...应该是你的STRUTS的 STRUTS-config.xml里面没有配置好,这个是核心的配置
------解决方案--------------------貌似
<message-resources parameter="org.spider.web.action.ApplicationResources" />
路径问题
或者加上 validate="false"试试
------解决方案--------------------检查一下apache的配置,是否已经将*.DO交由tomcat处理。