tongweb 启动的时候找不到这个类 是什么问题

解决方案 »

  1.   

    <context-param>   
            <param-name>   
                contextConfigLocation   
            </param-name>   
            <param-value>   
                classpath*:applicationContext.xml   
            </param-value>   
        </context-param>  
    找不到配置文件:applicationContext.xml
    路径配置正确了。
      

  2.   

    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>classpath:applicationContext.xml</param-value>
    </context-param>
    我是这样写的行吗??
      

  3.   

    <listener>
        <listener-class>
    org.springframework.web.context.ContextLoaderListener
    </listener-class>
      </listener>
    看下你的spring的jar里面有木有ContextLoaderListener.properties文件