Definition
How to pass system properties that will be available to the container while executing
Explanations
It is sometime useful to pass system properties to the container that is executing. These properties are then available to the code executing in the container.
Example using the Java API
Starting Tomcat 3.x with some System properties set in the container JVM:
Example using the Ant API
Starting Tomcat 3.x with some System properties set in the container JVM:
Labels