风起漂泊 发表于 2016-9-22 07:57:20

liunx+resin+apache+mysql

我用的是liunx+resin+apache+mysql环境,测试页面index.jsp(单一的jsp)能访问到,但是我把我的SSH 项目发布到服务器上之后就访问不了了!(我在Windows上测试是完好的项目)

500 Servlet Exception
WEB-INF/web.xml:13: com.caucho.server.webapp.Listener.setListenerClass():
com.caucho.config.ConfigRuntimeException: java.lang.ClassNotFoundException:
org.springframework.web.context.ContextLoaderListener in EnvironmentClassLoader

11: </context-param>   
12: <listener>
13:   <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
14: </listener>
15: <filter>
页: [1]
查看完整版本: liunx+resin+apache+mysql