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]
