> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Friday, March 24, 2017 12:00 PM
> To: Tomcat Users List
> Subject: Re: location of tomcat-juli.jar
>
> On 24 March 2017 16:06:21 GMT+00:00, Jeffrey Janner
> wrote:
> >I was re-readi
On 24 March 2017 16:06:21 GMT+00:00, Jeffrey Janner
wrote:
>I was re-reading the RUNNING.txt to see why I had to copy
>tomcat-juli.jar to the CATALINA_BASE/bin directory instead of just
>having it run out of CATALINA_HOME/bin.
>It seemed annoying to me to have to copy it to all my CATALINA_BASE
I'm using different directories for CATALINA_HOME and CATALINA_BASE
without copying the bin directory to BASE. Never had an issue with it.
Be sure to have the full path of tomcat-juli.jar in the Java Classpath
setting. That's what matters to Java. You can place the Jar file
anywhere you wan
I was re-reading the RUNNING.txt to see why I had to copy tomcat-juli.jar to
the CATALINA_BASE/bin directory instead of just having it run out of
CATALINA_HOME/bin.
It seemed annoying to me to have to copy it to all my CATALINA_BASE instances
every time I upgraded, but I thought I ran into pro