Greetings all, I'm trying to create a new Flex project that connects to ColdFusion via AMF. In the 2nd screen of the new project wizard, when I uncheck "use default location for coldfusion server", I enter this:
C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war I'm running CF8 multi-instance in this case. Underneath that directory is indeed a WEB-INF/flex directory with the flex-config.xml and services-config.xml, among other files. However, when I hit validate, I get "Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml". I'm stumped. I've tried it on two computers with the same result. Now, if I create a flex project without specifying a server technology, then add the path to the services-config.xml file in the compiler options, AMF remoting between Flex and CF does work fine. Mainly, I'm just curious why flexbuilder isn't cooperating in this case or, if in fact I'm doing something wrong. Thanks a lot. Marc

