|
I'm having some difficulty with my ISP. I'm on resin 2.1.13 which
looks like servlet spec 2.3. So I had to change the web.xml header to
point to the 2.3 spec DTD. Now the server gives me: javax.servlet.ServletException: /home/infin7/public_html/webapps/red5/WEB-INF/web.xml:51: java.lang.ClassNotFoundException: org.springframework.web.context.request.RequestContextListener [java.lang.ClassNotFoundException: org.springframework.web.context.request.RequestContextListener [java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener]] at com.caucho.server.http.Application.error(Application.java:3966) at com.caucho.server.http.Application.configureServlets(Application.java:849) at com.caucho.server.http.Application.configure(Application.java:578) at com.caucho.server.http.Application.<init>(Application.java:326) at com.caucho.server.http.WebAppMap$Entry.createApplication(WebAppMap.java:599) at com.caucho.server.http.VirtualHost.startApplication(VirtualHost.java:1206) at com.caucho.server.http.VirtualHost.getInvocation(VirtualHost.java:1007) at com.caucho.server.http.ServletServer.getInvocation(ServletServer.java:1249) at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:343) at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274) at com.caucho.server.TcpConnection.run(TcpConnection.java:139) at java.lang.Thread.run(Thread.java:595) This is on: <listener> <listener-class>org.springframework.web.context.request.RequestContextListener</listener-class> </listener> What jar file is this class in? Spec 2.3 supports this tag? I have raised a ticket to move me to a 2.4 or 2.5 compliant instance. Can you mix servlet spec 2.3 with JDK 1.5? Hopefully when/if I get moved this problem will disappear? .j John Grden said the following: yeah please do John! --
Whether you think that you can, or that you can't, you are usually right. |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
