On 16 February 2017 17:26:18 GMT+00:00, Chris Keilitz <keil...@gmail.com> wrote:
>I've implemented Tomcat JDBC connection pool stand-alone, outside of
>Tomcat
>or any app server or container and cannot get the Juli logging working
>-
>console or file.   The connection pool works great, but I cannot get
>the
>logging going.  I've added CATALINA_HOME to the local directory and
>have
>added logging.properties file to the local lib and .conf directories,
>but
>still cannot get it to work.
>
>I know I'm missing something....hoping one of you can me understand
>what
>I'm doing wrong, could try.

Have you set the custom LogManager? Set the Tomcat startup scripts for examples.

Without the custom LogManager the properties file needs to use the standard 
java.util.logging format rather than Tomcat custom extensions.

Mark

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

Reply via email to