WEBWORK +HIBERNATE+SPRIN 整合?
在Eclipse 3.2 myEclipse 5.5 TOMCATE 服务器 中创建了一个WEB项目
我只要将SPRING 和WEBWORK 整合 (webwork.properties )
webwork.properties 内容:
webwork.objectFactory=spring
在WEB.XML文件中加入
<listener>
<listenerclass>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
加上这连个文件中的内容服务器就赵不到页面
HTTP Status 404 - /wo/
--------------------------------------------------------------------------------
type Status report
message /wo/
description The requested resource (/wo/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.24