-
1. Re: The selected service should be under the web root of the current project's server.
nikos101 May 19, 2010 4:40 AM (in response to nikos101)Anyone else have these problems with coldfusion builder and fb4. It seems extremely buggy.
-
2. Re: The selected service should be under the web root of the current project's server.
nikos101 May 19, 2010 4:41 AM (in response to nikos101)FB4 really has no concept what a coldfusion web root as the project setup dialoges
mostly have these red crosses preventing my from making projects with the desired settings. Very very dissapointing.
-
3. Re: The selected service should be under the web root of the current project's server.
BBLChris Aug 24, 2010 8:40 AM (in response to nikos101)Try this:
open \\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\flex\remote-config.xml (or similar)
Traverse to this section:
<access>
<!-- Use the ColdFusion mappings to find CFCs, by default only CFC files under your webroot can be found. -->
<use-mappings>false</use-mappings>
<!-- allow "public and remote" or just "remote" methods to be invoked -->
<method-access-level>remote</method-access-level>
</access>Change this line:
<use-mappings>false</use-mappings>
To this:<use-mappings>true</use-mappings>
Save the XML file.
Log in to CF Administrator and find the Mappings section. Map your component folder with the name you want beginning with a slash. Then browse for that resource folder. Save
Exit CF Admin.
Restart Server. Restart Flash Builder. Then tell me how it went.
-
4. Re: The selected service should be under the web root of the current project's server.
nikos101 Aug 24, 2010 8:48 AM (in response to BBLChris)shish kebabs, thats pretty cool, need to try that if have the prob again
-
5. Re: The selected service should be under the web root of the current project's server.
Jerome, Yim May 10, 2012 12:39 AM (in response to nikos101)C:\ColdFusion9 => c:\Coldfusion9 (be sure that coldfusion root folder is equal to the cfc's path)
(coldfusion root folder : default location for local ColdFusion server)

