On Wed, 04 Aug 2004 08:37:11 -0400, Cutter (CF-Talk)
<[EMAIL PROTECTED]> wrote:
> Is Flash Remoting automatically loaded with CFMX 6.1? If so, why don't I
> have a flashservices/gateway folder anywhere?
>

For ColdFusion, yes it's installed automatically. But you won't find a
directory structure. If you look in your web.xml file (in the WEB-INF
directory of your installation), you'll see the following:

<servlet-mapping id="macromedia_mapping_1">
  <servlet-name>FlashGateway</servlet-name>
  <url-pattern>/flashservices/*</url-pattern>
</servlet-mapping>

That's mapping the remoting servlet to the url-pattern, hence the URL
you need to type in to test it out.

As Scott and others have pointed out, you can test to see if it's
properly working by simply going to
http://servname:port/flashservices/gateway. If you get a blank page,
you're good to go. On the J2EE for JRun versions, you have to go in to
your JRun Admin Console and delete the Flash Gateway that JRun
installs in the server instance by default to avoid a clash. If you're
not using the J2EE version, then you don't have to worry about this.

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to