Title: quote
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!

On 10/31/06, John Kirby <[EMAIL PROTECTED]> wrote:
Just ran the war on Mac OSX with Tomcat... great.  Now to deploy on my ISP linux/Resin.  I'll post a URL when it is up and running!

sub paul said the following:
Thank you very much.

Just tested BallControl and OlfaDemo on resin 3, in windows. Works like a charm. Can't wait to play with red5 more.

Paul Dhaliwal


On 10/30/06, Mondain <[EMAIL PROTECTED]> wrote:
All,
I have made some updates to the WAR version and have now tested with an additional container (Resin). This version has been tested on Tomcat 5.5, Jetty 6.01, JBoss 4, Sun Enterprise 9, and Resin 3.0.21. Please note that some features have been left out so that this release could co-inside with the server release; the features that did not make it or are not available are RTMPT and Scripting. In addition only a couple of the web application demos have been included oflaDemo and SOSample due to the difference in runtime environments (Standalone server vs. Web application).

Go to: http://www.osflash.org/red5/06rc1

Enjoy,
Paul
--
The early bird may get the worm, but the second mouse gets the cheese.

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org




_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org

--
Whether you think that you can, or that you can't, you are usually right.
 - Henry Ford

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org





--
[  JPG  ]

_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org

--


Whether you think that you can, or that you
can't, you are usually right.
 - Henry Ford
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to