I'd suggest you get CF running correctly before attempting any sort of FarCry installation. If you cannot access the CFIDE of the installation to copmlete the CF install you have next to no chance of accomplishing anything ColdFusion related on the server.
-- geoff http://www.daemon.com.au/ trinity (sent by Nabble.com) wrote: > Thanks for all those advices. > > I have managed to access to Coldfusion first page with login > (enter.cfm). When i click 'next' in the RDS setup, i was thrown back > to the first page with login. This goes back and forth, it can't go > to the next ODBC setup. Another problem is that when i access > http://localhost/farcry or .../farcry/install, the browser displays > the codes. > > Below are added-in entries of my apache conf: > > # JRun Settings LoadModule jrun_module > "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so" <IfModule > mod_jrun20.c> JRunConfig Verbose false JRunConfig Apialloc false > JRunConfig Ssl false JRunConfig Ignoresuffixmap false JRunConfig > Serverstore "C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store" > JRunConfig Bootstrap 127.0.0.1:51010 #JRunConfig Errorurl <optionally > redirect to this URL on errors> AddHandler jrun-handler .jsp .jws > .cfm .cfml .cfc </IfModule> > > NameVirtualHost *:80 > > <VirtualHost *:80> DocumentRoot "C:/farcry/data/www" ServerName > localhost Alias /farcry "C:/farcry/farcry_core/admin" Alias /CFIDE > "C:/Program Files/Apache Group/Apache2/htdocs/CFIDE" DirectoryIndex > index.htm index.cfm index.cfml > > #allow permission to access <Directory "c:/farcry/data/www"> Options > All </Directory> > > <Directory "c:/farcry/farcry_core/admin"> Options All </Directory> > > <Directory "C:/Program Files/Apache Group/Apache2/htdocs/CFIDE/"> > Options All </Directory> > > </VirtualHost> > > Anyone pls advise. Cheers > > > -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
