Problems running HTTP AMF with Red5 on TOMCAT

Hi, friends!

I’m new to Java, Red5 and now to this forum!

I’m having some problem making AMF requests throught HTTP in Red5. I tried this tutorial: http://dl.fancycode.com/red5/0.6.3/war/Red5%20War.pdf.

When I test the RemoteApp, I have successful with the RTMP test, but I can’t make the HTTP test works. Using the Firebug, I saw its always crashes on “POST gateway” with a 404 error on http://localhost:8080/RemoteApp/gateway

With my lack of knowledge, I’m getting hard to know if I made something wrong or if I need to do something that isn’t explained in the tutorial. Does I?

What I want is make a HTTP Remoting with Red5 server on TOMCAT, not the standalone. Does anyone could send me examples or tutorials?

Thank you!

CaioToOn!