KK

Kim-'s-Blog.Object-Everything.I'm POJO.

.紀-錄.爲了忘卻的記憶..真的勇士,要敢于直面遇到的問題,敢于正視繁雜的原碼......在實踐中積累!

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  74 Posts :: 1 Stories :: 70 Comments :: 0 Trackbacks
資訊: Installing web application at context path /testwebwork from URL file:D:\ExadelStudio\tomcat\webapps\testwebwork
2007/2/4 下午 05:00:39 org.apache.catalina.core.StandardContext start
嚴重的: Error filterStart
2007/2/4 下午 05:00:39 org.apache.catalina.core.StandardContext start
嚴重的: Context startup failed due to previous errors
-----------------------------------------------------------------------------
Web.xml文件如下
-----------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="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/j2ee
 http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 <filter>
  <filter-name>webwork</filter-name>
  <filter-class>
   com.opensymphony.webwork.dispatcher.FilterDispatcher
  </filter-class>
 </filter>
 <filter-mapping>
  <filter-name>webwork</filter-name>
  <url-pattern>/*</url-pattern>
 </filter-mapping>
.....
.....
</web-app>
-------------------------------------------------------------
原因:?
一般都是Jar包,問題。
Common....jar的版本問題等。Servlet版本問題。
這次的問題在於忘了把根目錄的webwork-2.2.2.jar拷到lib裏了,暈。
另  xwork-tiger.jar 是為JDK150做的。與xwork.jar不能共存。
-------------------------------------------------------------
posted on 2007-02-04 17:29 Kim' 阅读(719) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 
jj