Unable to start tomcat after installing Jasper 7.1.1 on Linux 7.8
The following is seen in the <CABI INSTALL DIR>/apache-tomcat/logs/catalina.out file:
Invalid initial heap size: -Xms4096m
Invalid maximum heap size: -Xmx6144m
Release : Jasper 7.1.1 installed on Linux
Component : SPCRPT
Edit the <CABI INSTALL DIR>/apache-tomcat/bin/catalina.sh file and change "-Xms4096m" to "-Xms4096M" and change "-Xmx6144m" to "-Xmx6144M". Then restart tomcat.