Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Slightly improve wording

...

How do I add JARs or classes to the common classloader without adding them to $CATALINA_HOME/lib?

Either

a) Run Configure Tomcat to run with separate $CATALINA_BASE and $CATALINA_HOME directories (as documented in RUNNING.txt), and place those your JARs and classes into $CATALINA_BASE/lib, or

...