Drive mappings only load when the user logs in (unless you use AutoExNT). We used to use AutoExecNT to do exactly this, but it causes problems with IIS seeing the mounted drive as a virutal directory. We ditched that and just have the code published directly to local disk, which also performs better.
If you're using DFS, just have the applicaition server watch the filer, and copy the code onto the local disk. - Jeff Saunders >> Thank you Dave, that worked. The only problem I'm having now >> is I want that path to be a network share (we're using DFS to >> replicate the code among our server instances). Is there a >> way to specify a network path instead of a file path? I >> tried everything I could think of and couldn't get it to work. > >I haven't tried to do this, but if you're using Windows you should be able >to run CF with a user account with rights to the network share in question, >and if the JRun web server requires it, create a persistent drive mapping to >that share. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our training centers in Washington DC, Atlanta, >Chicago, Baltimore, Northern Virginia, or on-site at your location. >Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5998 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
