|
From: Leif M. <le...@ta...> - 2006-07-11 14:10:25
|
Martyn,
This is mentioned several times in the archives. Always a good
place to start. :-)
This is actually a feature of Windows. By default, services run as
a the SYSTEM
user. That user does not have access to any network drives. Your
console account
has all of its network drives set up. That is what you want to be
running as. See the
wrapper.ntservice.account property documentation for details. Be sure
to read the
part about how to activate the ability to run as a service for your account.
Cheers,
Leif
Martynas Brijunas wrote:
> Good morning,
>
> firstly I am sorry for posting a lot of questions. A bit of a learning
> curve for me.
>
> Here is the question: a java process reads files from a network drive
> (Windows environment) and processes them. With wrapper running in
> console mode, it works fine. With the same config file, but running as
> a service, it fails to see the network drive. I tried to run the
> service with the domain admin account but that does not seem to change
> the situation.
>
> Any help would be appreciated. Thank you
>
> Martyn
>
> PS. I am running the latest version 3.2.1
>
|