|
From: Eyal Bar-I. <ey...@gm...> - 2005-02-10 15:03:59
|
when running as a service the temp directory is c:\winnt\temp when running as a user the temp directory is c:\documents and settings\<user name>\local settings\temp\ use the wrapper.ntservice.account property to run the service as a user On Thu, 10 Feb 2005 15:49:47 +0200, Shai Simchi <Sha...@in...> wrote: > > > Hi ! > > i am using the wrapper to run my application. > > one of the components in the application is writing different kind of log > files to > c:\documents and settings\<user name>\local settings\temp\<folder name> > > when running with the wrapper the logs go to a different place instead the > one that is specified above. they go to > c:\winnt\temp\<folder name> > > anyone has any ideas why that happens and how to fix it ? > > thanks, > > Shai Simchi > > Invoke Solutions Ltd. > > +972-3-5756828 (ext. 206) > > +972-66-227746 (mobile) > > +972-3-5756829 (Fax) > > mailto:sh...@in... > > www.invoke.com > > > > > > |