The installation guide of Stackify
states that we have to modify the catalina.sh
of tomcat
file to add the java agent. But in a spring-boot
app, where can I find the tomcat location to modify the file.
I changed the application.properties
file to set the custom location for tomcat
by setting server.tomcat.basedir
.
How can I change the catalina.sh
file now?