When configuring Apache Tomcat, you can use multiple mechanisms to set JVM parameters, system properties, and environment variables. Each has a specific role and scope.
#Catalina Options (CATALINA_OPTS)
✅ Purpose:
- Used for setting JVM options specific to Tomcat runtime (startup and shutdown).
- Typically configured in setenv.sh (Linux/macOS) or setenv.bat (Windows).
✅ Common Uses: