Yes This is how it is run now we have a service account called [EMAIL PROTECTED] So it should have no problem accessing the UNC share under that account. What I am seeing is when we hijack the Web Root in jrun-web.xml via
<virtual-mapping> <resource-path>/*</resource-path> <system-path>//srv-intweb/webroot$/Intranet</system-path> </virtual-mapping> Jrun's parser is seems to only allow 1 '\' not '\\' even when I escape the slashes ( with \\\\ or //// ) I see this in the error logs Error [web-2] - File not found: /probe.cfm The specific sequence of files included or processed is: \srv-intweb\webroot$\Intranet\probe.cfm The exact way I had the web root set when this error was generated was \\\\srv-intweb\webroot$\Intranet and it appears the same when I try //srv-intweb/webroot$/Intranet So it is clearly an issue with how JRun parses the file All works well under JRUN Connector but we cant use it with hardware load balancing Eric -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 7:23 PM To: CF-Talk Subject: RE: UNC shares and JRUN/CFMX Help The JRUN service needs to run as a user that has access to network paths. By default it runs as SYSTEM which does not. snake ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246562 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

