Howdy,

I have been semi-successful in getting FC installed in a development
environment. Here's my configuration:

  Win2K
  FC core 2.3.1
  CF MX 6.1 Developer Edition
  Running the built-in web server (don't have another web server installed
on this machine)

I have twiced installed FC and was able to login to the Admin section but I
still don't seem to have the mappings set up correctly. For every page load
in the Admin section, I'm getting an error: "Could not find the included
template /OnRequestEnd.cfm". The error occurred in
C:\CFusionMX\wwwroot\applications\farcry_core\admin\OnRequestEnd.cfm: line
19
 
17 : 
18 :            <cfcatch>
19 :                    <cfinclude template="/OnRequestEnd.cfm">
20 :            </cfcatch>
21 :    </cftry>
 
>From the debugging dump:

Exceptions

14:02:36.036 - MissingInclude Exception - in
C:\CFusionMX\wwwroot\applications\farcry_core\admin\OnRequestEnd.cfm : line
16
            Could not find the included template
/farcry/farcry_test/www/OnRequestEnd.cfm.
            
14:02:36.036 - MissingInclude Exception - in
C:\CFusionMX\wwwroot\applications\farcry_core\admin\OnRequestEnd.cfm : line
19
            Could not find the included template /OnRequestEnd.cfm.

So, it's not finding the OnRequestEnd.cfm file due to a misconfiguration
somewhere.

My physical file path setup is:

Application path: C:\CFusionMX\wwwroot\applications\farcry_test\www\
Farcry path: C:\CFusionMX\wwwroot\applications\farcry_core\

For the first install attempt, my mappings in  jrun-web.xml were:

  <virtual-mapping>
    <resource-path>/WEB-INF</resource-path>
    <system-path>C:/CFusionMX/wwwroot/WEB-INF</system-path>
  </virtual-mapping>

<!-- **************** Farcry setup **************** -->
  <virtual-mapping>
    <resource-path>/farcry_test</resource-path>
 
<system-path>C:/CFusionMX/wwwroot/applications/farcry_test/www/</system-path
>
  </virtual-mapping>

  <virtual-mapping>
    <resource-path>/farcry</resource-path>
 
<system-path>C:/CFusionMX/wwwroot/applications/farcry_core/admin/</system-pa
th>
  </virtual-mapping>

<!-- **************** End Farcry setup **************** -->

For the second install, I changed the Farcry setup portion to the following
(based on a sample I found on the Farcry site):

<!-- **************** Farcry setup **************** -->
  <virtual-mapping>
    <resource-path>/*</resource-path>
 
<system-path>C:/CFusionMX/wwwroot/applications/farcry_test/www/</system-path
>
  </virtual-mapping>

  <virtual-mapping>
    <resource-path>/farcry</resource-path>
 
<system-path>C:/CFusionMX/wwwroot/applications/farcry_core/admin/</system-pa
th>
  </virtual-mapping>

<!-- **************** End Farcry setup **************** -->

The missing OnRequestEnd.cfm error showed up after each install.

Some questions:

1. Is either of the above mappings correct?
2. Is there a way to correct the mapping/path issues without having to do
another complete install? If so, what config files would need to be edited?
3. Why is it necessary to have the "/www" folder after the
<application_name> folder (farcry_test, in my case)?
4. What is the correct procedure for doing a complete reinstallation? (hint:
it would be nice if this were covered in the Installation Guide)

Thanks much.

-- 
//SIGNED//
Chris Montgomery, Contractor 
HQ AF Security Forces Center, Antiterrorism Branch 
1517 Billy Mitchell Blvd, Bldg 954 
Lackland AFB, TX 78236-0119 
DSN 312.945.7034
Comm 210.925.7034

---
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/

Reply via email to