How are you starting CF on your server? Are you using using the supplied startup scripts (multiserver startup script has a bug in it) or are you starting it manually?
If you're starting it using the script, then the user is specified in the script. If you start it manually, e.g. ./jrun -start myinstance, then it'll use whichever user account you are currently logged in as. Andy 2009/9/2 Robert Nurse <[email protected]>: > > Hi All, > > Does anyone know how to determine the UNIX account under which CF8 is > running? We're using CFFILE to upload files to the server. The code runs > fine on the test server (of course). But, not production. I placed a > <cfabort> right after the <cffile action="upload"...> command so I could > check the file system to make sure the file was actually being uploaded. > But, it's not: cffile.filesaved is NO. This sounds like some kind of > permissions problem. I have an idea what the account name is. But, I need > to verify it. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325959 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

