https://bz.apache.org/bugzilla/show_bug.cgi?id=66327
--- Comment #8 from Konstantin Kolinko <knst.koli...@gmail.com> --- Read this: https://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum Tomcat developers have nothing to do with your (mis)configuration. Ask fellow users on the mailing list. Just a few pointers: > by editing catalina.bat with a new line: > set "JAVA_OPTS=%JAVA_OPTS% -Xss3M" A Tomcat running as a Windows Service is managed through a service wrapper application. Its settings are stored in the Windows Registry and are managed with tomcat9w.exe (GUI) or service.bat (CLI). "catalina.bat" is only used when running a standalone Tomcat. https://tomcat.apache.org/tomcat-9.0-doc/windows-service-howto.html#Tomcat_monitor_application -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org