PDA

View Full Version : publishing remoting app online


marrek
03-30-2007, 07:13 PM
Hi all

I'm having trouble getting my app to work online. So I've went back and am trying to get the "talkback" tutorial to work online and.. no luck. ( i've modified the tutorial to place the output into a text field - and it works locally).

So I put the .html and .swf files on line. in the same folder I made a new folder-

amfphp (folder ) - contains --> gateway.php and services (folder)
services (folder) -->talkback.php.

I figure the problem must lie in my gateway path(?), but it seems correct!

Any ideas?? what should i look for ?

marrek

marrek
03-30-2007, 09:09 PM
does my apache sever need

HTTP_CONNECTION=Keep-Alive

cause presently, its
HTTP_CONNECTION=close

could this be my problem?

mark