Apache coldfusion flash remoting issue!

I’m having trouble with getting flash remoting going with my current set up (home development):

Operating System Windows XP OS Version 5.1

apache 2.0.55

ColdFusion MX
Version 7,0,1,116466
Edition Enterprise

Apache and coldfusion are working fine, I can run cfm files and connect to databases and stuff. I believe that flash remoting comes with ColdFusion so no addtional software has to be installed.

http://localhost/flashservices/gateway gives me a

Not Found

The requested URL /flashservices/ was not found on this server.
Apache/2.0.55 (Win32) JRun/4.0 Server at localhost Port 80

this is the apache error.log


[Tue Nov 08 12:30:18 2005] [notice] jrApache[init]  JRun 4.0 (Build 92909) Apache 2 module - Feb 18 2005 07:14:41
[Tue Nov 08 12:30:18 2005] [notice] jrApache[init]  JRun 4.0 (Build 92909) Apache 2 module - Feb 18 2005 07:14:41
[Tue Nov 08 12:30:18 2005] [notice] Apache/2.0.55 (Win32) JRun/4.0 configured -- resuming normal operations
[Tue Nov 08 12:30:18 2005] [notice] Server built: Oct  9 2005 19:16:56
[Tue Nov 08 12:30:18 2005] [notice] Parent: Created child process 368
[Tue Nov 08 12:30:18 2005] [warn] module jrun_module is already loaded, skipping
[Tue Nov 08 12:30:18 2005] [notice] jrApache[init]  JRun 4.0 (Build 92909) Apache 2 module - Feb 18 2005 07:14:41
[Tue Nov 08 12:30:19 2005] [notice] jrApache[init]  JRun 4.0 (Build 92909) Apache 2 module - Feb 18 2005 07:14:41
[Tue Nov 08 12:30:19 2005] [notice] Child 368: Child process is running
[Tue Nov 08 12:30:19 2005] [notice] Child 368: Acquired the start mutex.
[Tue Nov 08 12:30:19 2005] [notice] Child 368: Starting 250 worker threads.
[Tue Nov 08 12:43:24 2005] [error] [client 127.0.0.1] File does not exist: F:/Programs/Apache Group/Apache2/htdocs/flashservices
[Tue Nov 08 12:43:24 2005] [error] [client 127.0.0.1] File does not exist: F:/Programs/Apache Group/Apache2/htdocs/favicon.ico, referer: http://localhost/flashservices/

The last 2 lines are the result of calling the url above

Has some one been successful in using remoting with a similar setup?

thx in advance!