Re: Context specific context.xml not loading.

2018-12-20 Thread Ryan Palmer
Melvin, Do you have any context.xml for this context in the CATALINA_BASE/conf/Catalina/localhost/ directory? It may be overriding your META-INF/context.xml -Ryan On Dec 19, 2018, at 10:45 PM, Melvin mailto:melvind...@gmail.com>> wrote: Hello All, Just came across a problem today. Hope

Re: log4j app logging

2018-12-18 Thread Ryan Palmer
:59 PM Ryan Palmer wrote: > >The file needs to be named log4j.properties<http://log4j.properties> (or .xml, >.json, etc.) and needs to be in the classpath. You ommitted the 'j'. Thanks for spotting this. Unfortunately, this typo was only in the email: pc# ls src/main

Re: log4j app logging

2018-12-18 Thread Ryan Palmer
Michael, The file needs to be named log4j.properties (or .xml, .json, etc.) and needs to be in the classpath. You ommitted the 'j'. Sent from BlueMail On Dec 18, 2018, at 9:42 AM, "Lemke, Michael ST/HZA-ZIC2"

How to use server.xml with embedded Tomcat 9?

2018-12-17 Thread Ryan Palmer
directory, it does not seem to be loaded when calling Tomcat.init(). Documentation is very sparse on the Tomcat class so I am unsure how to configure it the "standard" way. Thank you, Ryan Palmer