On 31/08/2007, Bill Bagent <[EMAIL PROTECTED]> wrote: > > > > I have been trying to get Farcry to install for a couple of days but > cannot > get past this error: > > "Project web mapping > The installer cannot seem to access your project. Make sure that the > Installer Domain Name option (currently: localhost) is correct. This is > the > 1st field on the install form. > > Note that if you currently have network security in place, this may > prevent > Farcry from validating an installation. Please check your security > settings." > > > The following lines are added to the Coldfusion built-in web server > (jrun-web.xml): > <virtual-mapping> > <resource-path>/myproject</resource-path> > > > <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</system-path> > </virtual-mapping>
Whats the URL you are using to install farcry? Is it http://localhost/myproject/install/index.cfm ? When you're on the installation setup form does the project path show up as being "/myproject" or "/"? <virtual-mapping> > <resource-path>/farcry</resource-path> > <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path> > </virtual-mapping> > > Again, I have tried this both inside the web root (as above) and from > outside the web root (with the appropriate changes to CF mapping and > virtual-mappings. > > The second part of the error indicates something about "network security" > may prevent FarCry from validating. What network security are they > talking > about? It is possible to prevent ColdFusion and/or your web server from accessing files on your computer. You need to make sure that CF/Apache/IIS have access to read the project files. This is what this message is alluding to. Regards Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
