Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "HowTo" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=125&rev2=126

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 Tomcat with separate {{{$CATALINA_BASE}}} and {{{$CATALINA_HOME}}} (as 
documented in {{{RUNNING.txt}}}) and place those classes into 
{{{$CATALINA_BASE/lib}}}, or
+ a) Configure Tomcat to run with separate {{{$CATALINA_BASE}}} and 
{{{$CATALINA_HOME}}} directories (as documented in {{{RUNNING.txt}}}), and 
place your JARs and classes into {{{$CATALINA_BASE/lib}}}, or
  
  b) Edit the file ''catalina.properties'' under {{{$CATALINA_BASE/conf}}}; 
there is a property called ''common.loader'' to which you can add additional 
paths to find JARs or classes for the common classloader.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to