I'm working on a distributed CF5 EE setup. I have modified the CFusion\cfremote.ini file on the webserver to include the correct values for LOCALPATH and REMOTEPATH (which are both NT machines but use different document roots).
The remote listener is working correctly, as a CFM in the document root correctly runs. It is clear that the values for those PATHS are not being read in from the ini file. I have confirmed this by using a protocol analyzer to examine the requests in detail. The request is always constructed only with the LOCALPATH and never replaced by REMOTEPATH as it should be. I am restarting the WWW Service after each change to cfremote.ini. The other values are definitely being read, as I can change the IP value and the change is reflected in the request packets. Is anyone familiar with this issue, and if so, can you please point me in the right direction to make it work? I have searched Macromedia, the web, and usenet, to no avail... Example: LOCALPATH="c:\webroot" REMOTEPATH="e:\inetpub\wwwroot" >From the IP packet: [other stuff...].PATH_INFO=/cfide/administrator/index.cfm.PATH_TRANSLATED=C:\WEBROO T\cfide\administrator\index.cfm TIA, Josh Gerber [EMAIL PROTECTED] (858)636-6857 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
