checked that, but thanks Doug. But I can't make a remoting project directly on the Linux server, as flex builder wants to map to the root folder directly. So, I am making it on he win box and copying the files (everything in bin). Just seems weird that the cfc is not visible in the services browser
--- Doug Sims <[EMAIL PROTECTED]> wrote: > Linux is case sensitive....does everything match case( ex, > service.cfc vs > Service.cfc) > > just an initial thought > > Doug Sims > > On 2/1/07, Jim Cassata <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I have a simple cfc that works on my wondows desktop running cfmx > 7.0.2 > > > > myService.cfc: > > <cfcomponent extends="Service"> > > <cffunction name="helloworld" access="remote" returntype="string"> > > <cfreturn "hello from Windows"> > > </cffunction> > > </cfcomponent> > > > > In Windows the cf server recognizes the cfc in my cfeclipse > services > > browser. I move the cfc to my Linux server (also cfmx 7.0.2) and I > get > > an error in the servics browser: Unable to get meta data. And is > works > > on my Windows flex app and not when I move it to Linux. Is there > > anything different that has to be done to move a file from Windows > to > > Linux? Both cfmx servers are set up the same (default) > > > > Thanks! > > > > Jim > > > > > > You are subscribed to cfcdev. To unsubscribe, please follow the > > instructions at http://www.cfczone.org/listserv.cfm > > > > CFCDev is supported by: > > Katapult Media, Inc. > > We are cool code geeks looking for fun projects to rock! > > www.katapultmedia.com > > > > An archive of the CFCDev list is available at > > www.mail-archive.com/[email protected] > > > > > > > You are subscribed to cfcdev. To unsubscribe, please follow the > instructions at http://www.cfczone.org/listserv.cfm > > CFCDev is supported by: > Katapult Media, Inc. > We are cool code geeks looking for fun projects to rock! > www.katapultmedia.com > > An archive of the CFCDev list is available at www.mail-archive.com/[email protected] You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
