You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Guild, Jason A (DOT)" <ja...@alaska.gov> on 2019/08/14 23:43:08 UTC

windows service privilege reduction in 9.0.23/8.5.45

Hi Mark:

Glad to see the privilege reduction.

I don't use the Windows installer.
WRT the change quoted below, I am wondering if this will also be the case for Tomcat service installation by tomcat9.exe via the bin\service.bat script.

In that case, will tomcat9.exe will somehow be doing the equivalent of:
sc config my-tomcat-service-name obj= "NT AUTHORITY\LocalService" password= ""

Any info you can provide is appreciated.

Thanks,
Jason

On 8/14/2019 1:45 PM, Mark Thomas wrote:
The major changes compared to the 9.0.22 release are:

- Security improvements to the Windows installer including a change in
   the default user from Local System to Local Service.