I've installed CF 7 on OS X but I can't seem to get the CFIDE working when I
change the document root.

In my jrun-web.xml, I've set the context-root to / and set up the following
mappings:

<virtual-mapping>
<resource-path>/WEB-INF/*</resource-path>
<system-path>/Applications/JRun4/servers/cfmx7/cfusion/WEB-INF</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>/*</resource-path>
<system-path>/Users/ckief/Sites</system-path>
</virtual-mapping>

Everything is working fine and CF is serving pages as expected. I then tried
adding a virtual-mapping for the CFIDE:

<virtual-mapping>
<resource-path>/CFIDE/*</resource-path>
<system-path>/Applications/JRun4/servers/cfmx7/cfusion/CFIDE</system-path>
</virtual-mapping>

This didn't work. Browser was giving me a 404 error and the Jrun log file
showed:

error Requested resource '/CFIDE/administrator/index.cfm'
(%2fCFIDE%2fadministrator%2findex.cfm) not found

I then found this technote
(http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19400) and
tried moving the CFIDE to the new document root as it says to do. Of course
that doesn't work either - same error.

Has anyone been able to accomplish this?
______________________
Chris Kief
Mindflood, Inc.
www.mindflood.com
714.557.2488 x211


chris



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to