I’ve some doubt about tomcat operation which come across my webapp development:
- Is there any way to shutdown tomcat itself from the webapp deployed in it?
- Is tomcat is running all of its webapps/war inside one JVM or individual JVM or its configurable in some configuration file?
- Is it possible to increase the java heap size for particular webapp deployed inside tomcat?
Thanks a lot.
Here’s code for point 1: