2013-2-19 9:55:43 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin;D:\Tomcat 6.0\bin
2013-2-19 9:55:43 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-80
2013-2-19 9:55:43 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 283 ms
2013-2-19 9:55:43 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2013-2-19 9:55:43 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2013-2-19 9:55:44 com.sun.faces.config.ConfigureListener$WebXmlProcessor scanForFacesServlet
警告: Unable to process deployment descriptor for context 'null'
2013-2-19 9:55:44 com.sun.faces.config.ConfigureListener contextInitialized
信息: Initializing Sun's JavaServer Faces implementation (1.2_04-b07-FCS) for context '/zetascope'
2013-2-19 9:55:44 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-80
2013-2-19 9:55:44 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2013-2-19 9:55:44 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/47  config=null
2013-2-19 9:55:44 org.apache.catalina.startup.Catalina start
信息: Server startup in 1328 ms
这个是导入的公司的一个项目 平时我写的别的项目也能导入 启动 为啥这个不行呢?
100分送上 

解决方案 »

  1.   

    警告: Unable to process deployment descriptor for context 'null'
      

  2.   

    而且tomcat下 work该项目的内容是空的
      

  3.   

    tomcat已经启动,你用的是什么开发工具:eclipse还是myeclipse,如果是eclipse貌似都没有加载配置文件吧,你可以清一下tomcat的缓存试试。
      

  4.   

    用的myeclipse 
    缓存都清过了
      

  5.   

    警告: Unable to process deployment descriptor for context 'null'
    没加载到项目
    你用的war还是配置文件来发布项目的?
      

  6.   

    这种错误通常由主配文件web.xml的错误导致的。
    首先,确认一下你的web.xml发布后是否在WEB-INF文件夹下。
    然后,确认你web.xml中的引用都可以正常使用,尤其配置了struts之类的框架或者自定义了过滤器,需要确定都可以使用。
    最后,确认自己添加的标签位置正确,web.xml中对于标签顺序要求比较苛刻。