Hello,

I am using the .war version of red5 on tomcat

I managed to connect through RTMPT only after enabling the "Tomcat
Container" in red5-core.xml, which in turn runs another tomcat on port 8088
with a "standard wrapper" for the RTMPTServlet.

So far so good, but I would like to use the whatever port my tomcat runs on
(now is 8080, but would be 80)
So I tried, viewing the servlet-mapping in red5's web.xml to connect like
this:

nc.connect("rtmpt://localhost:8080/red5/rtmpt/ApplicationName")

Of course, it doesn't work, because the first token ("red5") is thought to
be the application name - says here:
http://livedocs.adobe.com/flex/2/langref/flash/net/NetConnection.html#connect()


Now for the question: do you know how can I configure my tomcat to use
something like that "standard wrapper" (used in red5's tomcat) for the
/open/ /close/ etc. urls, and continue to use my other webapps?

Thank you very much,
Vlad
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to