настройка JVM и HTTPS
Настройка JVM и HTTPS в Tomcat

Настройки JVM для Tomcat Желательно добавлять в файл setenv.bat (setenv.sh) “Do not set the variables in this script. Instead put them into a script rem setenv.bat in CATALINA_BASE/bin to keep your customizations separate.” Необходимо создать файл setenv в CATALINA_BASE/bin с нужным расширением, в зависимости от ОС: linux – .sh , windows – .bat . Добавить […]