On 31/08/2019 14:40, Adam Retter wrote: > I note in the release notes for 1.2.0 it states: > > - The default Windows service user has changed from LocalSystem to > 'NT Authority\LocalService' > > Could this be the problem that I am experiencing? How can I switch > back to LocalSystem?
<snip/> >>> Ideally we don't want to run under the `Local System Account` we want >>> to use the `local service account` instead. This seemed to work well >>> with version 1.1.0 but is not working for us with version 1.2.0. The above statements are contradictory. 1.1.0 uses LocalSystem by default 1.2.0 uses LocalService by default If you want to use a different user then you are free to change via the Windows Service Manager, prunmgr or any other available method. If your application doesn't run under LocalService and you want it to then you'll need to fix your application. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org