Hi Lenny,

Thanks a lot for you help !

I was running the war version of red5. I thought it was the easiest way to test it on my Windows box and then install it on my linux server.

Now I downloaded the sources from trunk, but I could not managed to run the ant webwar task. The dependencies are missing ! I believe I should run the "all" task to automatically download the dependcies, but it fails with a lot of errors, after running for hours ! So I installed dependencies by hand, which is a very very tedious job! Now, after a full day, I managed to get the whole thing compile en build. The result is exactly the same : testing ports fails on all ports.

I tried to port the war application from the standalone version to my application server, but it also fails wiith a lot of errors because the compiled classe are not present in this version. I believe this is due to some specificity of the Jetty server. I need to use Resin as a server. Any idea how to port the war to another App Server ?

Thanks,

Pierre-Yves



Lenny Sorey a écrit :
Hi Pierre,
One question. Did you build the Tomcat RED5 app with "ant webwar"? What version of Java are you using? Did you download directly from the RED5 svn trunk? If you download from RED5 Trunk, and build with ANT "ant webwar" You will see a red5.war in the dist folder. You can explode this war file and
place in your Tomcat webapps folder.
From this point you should be able to run RED5 with the Demo apps with localhost. Make sure you have the following identified in your environment variables. java.target_version=${java.specification.version} (Java version needs to be either 1.5 or 1.6) Ah, another thing to note. When you download from the RED5 Trunk for the first time, run "ANT" from the red5 root folder so you will get the jar files you will need to
compile with "ANT WEBWAR"
I am and have been running RED5 with the following config: Tomcat 6.0.13
Java 1.6.0_2
RED5 Trunk
Apache 2.2.4
Here is the url running with RED5 running with Tomcat: http://red5.fatdot.com Good luck. Lenny

On 7/29/07, *Pierre-Yves Saumont* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Thanks for your help,

    I just tried this, but it does not change anything. As soon as I
    click on the connect button, I get the error message, with no
    noticeable delay. This make my think perhaps the server is not
    reached. So I shutdown the server and try again. Then I get the
    same message. So the problem must be with the client application.

    Pierre-Yves

    Ben Wade a écrit :

    Maybe try putting in the ip address of the server instead of
    localhost.

    Regards,

    Ben Wade

    ------------------------------------------------------------------------

    *From:* [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]> [
    mailto:[EMAIL PROTECTED] *On Behalf Of *Pierre-Yves Saumont
    *Sent:* Sunday, July 29, 2007 12:15 PM
    *To:* [email protected] <mailto:[email protected]>
    *Subject:* [Red5] No connection to red5 server

    Hello,

    I am trying to use the red5 war application. Everything seems to
    have been installed correctly (except that the application is
    complaining about a missinh mina/spring integration class that I
    have added.)

    I can display all examples, but I can't connect anyone. clicking
    on the connect button displays an error message : "Please check
    connection URI String and try again". The URI I am unsing is, for
    example, "rtmp://localhost/SOSample"

    When I use the Port tests application, it fails on all ports
    (Default, 80, 443 and 1935).

    Ha anyone an idea about what is going wrong ? (I tested the
    application with Resin an Tomcat)

    Thnks for any help

    Pierre-Yves

    ------------------------------------------------------------------------

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

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


------------------------------------------------------------------------

_______________________________________________
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

Reply via email to