No errors, and you are correct. It worked on my machine before I installed Updater 3.  
Now it does not work.

-Igor

-----Original Message-----
From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 1:36 PM
To: CF-Talk
Subject: RE: Flash Remoting Issues with CFMX


Ok, excuse my ignorance, but I'm a bit confused. You have a flash
application that can call a cfc from your cfmx server fine. But when you
try and access a remote webservice it doesn't work? (I thought this is
what ur first post said, but the responses since seem to imply that you
can get it working on your own cfmx box)

What exactly happens when it doesn't work? Any errors?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2003 2:18 PM
To: CF-Talk
Subject: RE: Flash Remoting Issues with CFMX

If that were the case... KA-CHING for Macromedia every time someone uses
Flash Remoting. Imagine 4 clustered web servers with Flash MX on each
one. $2000 extra, just to do remoting???

I think MM is smarter than that. Anyway, SWFs pride themselves on being
'contained' within their own shell, so there should be no inherent
dependencies for deployment. Unless, of course, you're running FlashComm
apps.


How deep is this thing?
Igor


-----Original Message-----
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 1:14 PM
To: CF-Talk
Subject: Re: Flash Remoting Issues with CFMX


This may be a stupid question....but does Flash MX have to be installed
on
the server for this to work?

I don't think so...but I'm grasping at straws here ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
----- Original Message -----
From: "Igor Ilyinsky" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 10:52 AM
Subject: RE: Flash Remoting Issues with CFMX


> Bryan, I think I found it
>
> check this
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenote
s_mx
_updater01.html
> under "flash remoting-related issues" (or read snippet below)
>
>
>
> Access from Macromedia Flash to web services using the Flash Gateway
is
disabled by default in Updater 3. To enable access from Macromedia Flash
to
web services add the following DISABLE_CFWS_ADAPTERS Servlet init-param
entry to the FlashGatewayServlet entry in the web.xml file that is
contained
in the flashgateway.ear archive.
>
> <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>
>
>
> -----Original Message-----
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2003 12:47 PM
> To: CF-Talk
> Subject: Re: Flash Remoting Issues with CFMX
>
>
> I wonder if it's this bit??:
> >      <servlet-mapping>
> >       <servlet-name>FlashGateway</servlet-name>
> >        <url-pattern>/flashservices</url-pattern>
> >      </servlet-mapping>
>
> All my old Flash work uses http://"domain_or_IP"/flashservices/gateway
>
> The above just says /flashservices (no /gateway)....could that be it?
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
>
> ---------------------------------------------------------
> Macromedia Associate Partner
> www.macromedia.com
> ---------------------------------------------------------
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> ----- Original Message -----
> From: "Mike Townend" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 18, 2003 10:40 AM
> Subject: RE: Flash Remoting Issues with CFMX
>
>
> > It doesn't kill remoting...
> >
> > What it just stops flash from conneting to other webservices running
on
> > other machines (afaik)
> >
> >
> >
> > -----Original Message-----
> > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 18, 2003 18:37
> > To: CF-Talk
> > Subject: Re: Flash Remoting Issues with CFMX
> >
> >
> > Same here....don't have that setting but U3 is installed
> >
> > I also installed U3 on another server and it DID NOT kill
remoting....so
> I'm
> > not sure that's the issue??
> >
> > colour me confused by remoting again ;-)
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > t. 250.920.8830
> > e. [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------
> > Macromedia Associate Partner
> > www.macromedia.com
> > ---------------------------------------------------------
> > Vancouver Island ColdFusion Users Group
> > Founder & Director
> > www.cfug-vancouverisland.com
> > ----- Original Message -----
> > From: "Igor Ilyinsky" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 18, 2003 10:25 AM
> > Subject: RE: Flash Remoting Issues with CFMX
> >
> >
> > > Thanks Collin,
> > >
> > > I don't have a 'DISABLE_CFWS_ADAPTERS' boolean in web.xml. All I
have
> > > is
> > this....
> > >
> > > <servlet>
> > >        <servlet-name>FlashGateway</servlet-name>
> > >
> >
<servlet-class>flashgateway.controller.GatewayServlet</servlet-class>
> > >        <display-name>Flash Gateway</display-name>
> > >        <description>Allows flash to connect to CFML and CFC
> > templates.</description>
> > >      </servlet>
> > >
> > >      <servlet-mapping>
> > >       <servlet-name>FlashGateway</servlet-name>
> > >        <url-pattern>/flashservices</url-pattern>
> > >      </servlet-mapping>
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Collin Tobin [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 10:32 AM
> > > To: CF-Talk
> > > Subject: RE: Flash Remoting Issues with CFMX
> > >
> > >
> > > /WEB-INF/web.xml
> > >
> > > In the "FlashGateway" servlet section, change
"DISABLE_CFWS_ADAPTERS"
> > boolen value to "false". Restart.
> > >
> > >
> > >
> > >
> > > Collin Tobin
> > > CFMX QA Engineer
> > > MacromediaR
> > > What the web can be.(tm)
> > >
> > > Announcing Macromedia DevNet Subscriptions
> > > Maximize your power with our new premium software subscription for
> > Macromedia developers
> > > Find out more: <http://www.macromedia.com/go/devnetsubs/>
> > >
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Mike Townend [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 11:27 AM
> > > To: CF-Talk
> > > Subject: RE: Flash Remoting Issues with CFMX
> > >
> > >
> > > Are you running updater 3 on the cfserver?
> > >
> > > I believe they switched that off for this update... So you will
need
> > > to
> > edit
> > > one of the XML configuration files for CF and switch it back on...
> > > Cant remember which one, but I assume the U3 release notes will
have
> > > this documented
> > >
> > >
> > > HTH
> > >
> > > Mikey
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Igor Ilyinsky [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, June 18, 2003 16:01
> > > To: CF-Talk
> > > Subject: Flash Remoting Issues with CFMX
> > >
> > >
> > > Any remoting gurus out there?
> > >
> > > I have an app that uses Flash Remoting to consume local CFCs and
as a
> > proxy
> > > to consume remote web services. However, on my host, the first
part
> > > works, but the second part (consuming remot web services) does
not.
> > > Are there any configurational changes that I am overlooking? Any
> > > suggestions?
> > >
> > > I was going to try consuming my CFC as a web service through the
Flash
> > > remoting proxy, but I'm not sure what that should indicate to me.
Any
> > > insights? Or a different list that may be able to help.
> > >
> > > TIA
> > >
> > > -Igor
> > >
> > >
> > >
> > >
> >
> >
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to