<p>
If you have multiple instances of Tomcat, each with a separate
- <code>$CATALINA_HOME</code> but a shared <code>$CATALINA_BASE</code> then
+ <code>$CATALINA_BASE</code> but a shared <code>$CATALINA_HOME</code> then
you can configure log4j on a per instance basis by replacing references to
<code>$CATALINA_HOME</code> in the above instructions with
<code>$CATALINA_BASE</code>. Note that you may need to create a
- <code>$CATALINA_BASE/lib</code> directory.
+ <code>$CATALINA_BASE/lib</code> directory and if you are running with a
+ security manager you will need to adjust the codebase for JULI in
+ <code>$CATALINA_BASE/conf/catalina.policy</code>.
</p>
</section>