|
From: Lewis L. <lew...@gm...> - 2007-04-24 03:44:13
|
On 4/23/07, Roland Chan <rol...@de...> wrote: > > > > 4) When the service is running, verify that it is running as the > > correct > > user using the task > > manager. You might actually be using the SYSTEM account if you > > spelled the > > wrapper.ntservice.account property incorrectly. > > Was excited when I read this. Unfortunately, no dice. We were in > fact running the wrapper.exe and java.exe as the correct user non- > SYSTEM account. The logon tab for the service also correctly > indicates the machine user (eg. ".\username") > > Is ".\username" a local account or domain account? The .\ usually indicates a local machine account. You either need to use domain accounts or have local accounts with the same username/ passwords on all of your machines that you try to access. We have had no problems accessing network shares. |