No - that doesn't matter. I've got a box running off the D drive without
issue.

I've found that sometimes the connectors just don't get installed
completely, especially on boxes that were upgrades. Rather than trying to
figure out exactly what failed - a rerun of the bat files almost always
takes care of it.

Glad to hear you got it solved...chris



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Schreck, Thomas (PPC)
> Sent: Thursday, May 13, 2004 11:25 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFCDev] OT: Flash MX Remoting
> 
> Thank you very much.  It was a connector issue.  I ran the bat files and
> my flash app is working now.  I spent almost 4 hours and at least 35
> well placed curse words searching for the solution.
> 
> Could the cause of the problem be that I installed CF on the D drive
> instead of C?
> 
> 
> Thanks - Tom
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of chris kief
> Sent: Thursday, May 13, 2004 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFCDev] OT: Flash MX Remoting
> 
> But this has nothing to do with not being able to get the blank page at
> http://localhost/flashservices/gateway. This only applies to allowing
> Flash
> Remoting to use CF as a proxy to webservices, which the original post
> made
> no mention of. More info here:
> 
> http://www.macromedia.com/support/coldfusion/ts/documents/enable_flash_w
> ebse
> rvices.htm
> 
> 
> To address the orginal issue of the misconfigured gateway, I would make
> sure
> that CF & IIS are correctly configured by re-running the connectors.
> 
> Run...
> 
> C:\CFusionMX\bin\connectors\Remove_ALL_connectors.bat
> 
> And then...
> 
> C:\CFusionMX\bin\connectors\IIS_connector.bat
> 
> (assuming you installed CF to C:\CFusionMX of course)
> 
> Chris
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf
> > Of [EMAIL PROTECTED]
> > Sent: Thursday, May 13, 2004 10:15 AM
> > To: [EMAIL PROTECTED]; Adrocknaphobia
> > Subject: Re: [CFCDev] OT: Flash MX Remoting
> >
> > Here you go,
> >
> > By default CFMX disables access to Flash remoting via webservices.
> >
> > To enable Flash Remoting to access web services through ColdFusion MX
> 6.1:
> >
> >    1. Open the cf_root/WEB-INF/web.xml file in a text editor.
> >    2. Locate the servlet definition for FlashGateway and change the
> > DISABLE_CFWS_ADAPTERS init-param from true to false.
> >
> > <servlet>
> >   <servlet-name>FlashGateway</servlet-name>
> > ...
> >     <init-param>
> >       <param-name>DISABLE_CFWS_ADAPTERS</param-name>
> >       <param-value>false</param-value>
> >       <description>When set to true, this setting disables the
> >         ColdFusion WebServices Adapters in the gateway.</description>
> >     </init-param>
> > </servlet>
> >
> >    3. Save the file.
> >
> >
> > Hope this helps
> >
> > Sean Scott
> >
> > Quoting Adrocknaphobia <[EMAIL PROTECTED]>:
> >
> > > What version of CFMX are you running? I know if you are running the
> J2EE
> > > version is will be installed automatically, but I remember someone
> > telling me
> > > that after 6.1 remoting was turned on by default. Although I've
> never
> > > confirmed this.
> > >
> > > Are you running IIS or standalone?
> > >
> > > Try http://127.0.0.1:8500/flashservices/gateway
> > >
> > > If you can't even get that blank page then Flash isn't going to tell
> you
> > > anything.
> > >
> > > -Adam
> > >
> > > > -----Original Message-----
> > > > From: Schreck, Thomas (PPC) [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, May 13, 2004 03:51 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: [CFCDev] OT: Flash MX Remoting
> > > >
> > > > When I open the fla file on my development server and run the
> flash
> > app
> > > > I get the following:
> > > >
> > > > Error opening URL "http://127.0.0.1/flashservices/gateway";
> > > >
> > > > It works on my laptop where I created the flash.  It appears that
> > > > remoting is not set up on dev server.  Is there a CF setting that
> I
> > have
> > > > missed?
> > > >
> > > > Tom
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On
> > > > Behalf Of [EMAIL PROTECTED]
> > > > Sent: Thursday, May 13, 2004 10:44 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [CFCDev] OT: Flash MX Remoting
> > > >
> > > > What does the debug info in flash MX tell you? That's where I'd
> start
> > > > looking at
> > > > your connection issue.
> > > >
> > > > Cheers
> > > > Greg
> > > >
> > > > Quoting "Schreck, Thomas (PPC)" <[EMAIL PROTECTED]>:
> > > >
> > > > > I'm trying to get remoting working on my development server.
> I've
> > > > tried
> > > > > http://[dev server]/flashservices/gateway to see if I get a
> blank
> > page
> > > > > and that has failed.  I've downloaded the flash remoting
> components
> > > > from
> > > > >
> > http://www.macromedia.com/software/flashremoting/downloads/components
> > > > > and no luck.  What should I try next?  Is there a setting I've
> > missed
> > > > > when I installed ColdFusion MX?  Is there a Flash MX list you
> can
> > > > point
> > > > > me too?
> > > > >
> > > > >
> > > > >
> > > > > Thanks -
> > > > >
> > > > >
> > > > >
> > > > > Tom Schreck
> > > > >
> > > > > 817-252-4900
> > > > >
> > > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > >
> > > > > I have not failed.  I've found 10,000 ways that won't work.
> > > > >
> > > > >
> > > > >
> > > > > - Thomas Edison
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > ----------------------------------------------------------
> > > > You are subscribed to cfcdev. To unsubscribe, send an email
> > > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> > > > in the message of the email.
> > > >
> > > > CFCDev is run by CFCZone (www.cfczone.org) and supported
> > > > by Mindtool, Corporation (www.mindtool.com).
> > > >
> > > > An archive of the CFCDev list is available at
> > > > www.mail-archive.com/[EMAIL PROTECTED]
> > > > ----------------------------------------------------------
> > > > You are subscribed to cfcdev. To unsubscribe, send an email
> > > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> > > > in the message of the email.
> > > >
> > > > CFCDev is run by CFCZone (www.cfczone.org) and supported
> > > > by Mindtool, Corporation (www.mindtool.com).
> > > >
> > > > An archive of the CFCDev list is available at
> > > www.mail-archive.com/[EMAIL PROTECTED]
> > > >
> > >
> > >
> > > ----------------------------------------------------------
> > > You are subscribed to cfcdev. To unsubscribe, send an email
> > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> > > in the message of the email.
> > >
> > > CFCDev is run by CFCZone (www.cfczone.org) and supported
> > > by Mindtool, Corporation (www.mindtool.com).
> > >
> > > An archive of the CFCDev list is available at
> > > www.mail-archive.com/[EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >
> > -------------------------------------------------
> > This mail sent through IMP: http://horde.org/imp/
> >
> > ----------------------------------------------------------
> > You are subscribed to cfcdev. To unsubscribe, send an email
> > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> > in the message of the email.
> >
> > CFCDev is run by CFCZone (www.cfczone.org) and supported
> > by Mindtool, Corporation (www.mindtool.com).
> >
> > An archive of the CFCDev list is available at www.mail-
> > archive.com/[EMAIL PROTECTED]
> 
> 
> 
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email
> to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> in the message of the email.
> 
> CFCDev is run by CFCZone (www.cfczone.org) and supported
> by Mindtool, Corporation (www.mindtool.com).
> 
> An archive of the CFCDev list is available at
> www.mail-archive.com/[EMAIL PROTECTED]
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email
> to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> in the message of the email.
> 
> CFCDev is run by CFCZone (www.cfczone.org) and supported
> by Mindtool, Corporation (www.mindtool.com).
> 
> An archive of the CFCDev list is available at www.mail-
> archive.com/[EMAIL PROTECTED]



----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to