you need to edit apps.cfm in the farcry directory and add new entries for each address
eg stApps['localhost'] = 'cms01'; stApps['127.0.0.1'] = 'cms01'; stApps['l192.168.0.2'] = 'cms01'; where cms01 is the name of your farcry application On Thu, 23 Sep 2004 17:00:12 +1000, Mark Curtis <[EMAIL PROTECTED]> wrote: > I can't get my FarCry admin to work from any PC other than the one it is > installed on. In addition it only works on that one if you use the address > http://localhost/farcry/ > > The actual ip address of the offending box is 192.168.0.2 > > http://127.0.0.1/farcry and http://192.168.0.2/farcry both get the > following error in a big grey box. I also get the same error when I try to > access FarCry administrator from any other computer on my network. > > --------------------- Error message starts --------------- > Error Occurred While Processing Request > Could not find the included template /Application.cfm. > Note: If you wish to use an absolute template path (e.g. > TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a > mapping for the path using the ColdFusion Administrator. Using relative > paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not > require the creation of any special mappings. It is therefore recommended > that you use relative paths with CFINCLUDE whenever possible. > > Please try the following: > > * Enable Robust Exception Information to provide greater detail about > the source of errors. In the Administrator, click Debugging & Logging > > Debugging Settings, and select the Robust Exception Information option. > * Check the ColdFusion documentation to verify that you are using the > correct syntax. > * Search the Knowledge Base to find a solution to your problem. > > Browser Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) > Gecko/20040913 Firefox/0.10 > Remote Address 192.168.0.1 > Referrer > Date/Time 23-Sep-04 04:43 PM > ----------------- Error message ends ---------------- > > My config is as follows: > > OS = Windows 2000 Professional > Web Server = PWS > Database = MS SQL Server 2000 > CF = MX 6.1 > > Virtual Directories: > /farcry = C:\Inetpub\applications\farcry_core\admin > /cms01 = C:\Inetpub\applications\cms01\www > > CF Mappings: > / = C:\Inetpub\wwwroot > /CFIDE = C:\Inetpub\wwwroot\CFIDE > /farcry = C:\Inetpub\applications\ > > FarCry Paths: > C:\Inetpub\applications\farcry_core\admin > C:\Inetpub\applications\cms01\www > > Can anybody suggest what I have done wrong please? > > Thanks, > > Mark Curtis > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
