Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread Ankit Agarwal
On Thursday, April 13, 2017 8:58 AM, shivashankar manukondu wrote: Hi, If you do not have any concern to use Timebased then you can try this option and also working with Log4J2. Thanks Siva. I'll try this out and see what happens. Regards,Siva On Thu, Apr 13, 2017 at 5:21 PM, Ankit

Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread shivashankar manukondu
Hi, If you do not have any concern to use Timebased then you can try this option and also working with Log4J2. Regards, Siva On Thu, Apr 13, 2017 at 5:21 PM, Ankit Agarwal < ankit_agar...@yahoo.com.invalid> wrote: > > > > > On Thursday, April 13, 2017 7:43 AM, "Berneburg, Cris J. - US" <

Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread Ankit Agarwal
On Thursday, April 13, 2017 7:43 AM, "Berneburg, Cris J. - US" wrote: Ankit -Original Message- From: Berneburg, Cris J. - US Sent: Thursday, April 13, 2017 10:35 AM To: Tomcat Users List Subject: RE: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - R

RE: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread Berneburg, Cris J. - US
Ankit -Original Message- From: Berneburg, Cris J. - US Sent: Thursday, April 13, 2017 10:35 AM To: Tomcat Users List Subject: RE: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File >> The only problem is th

RE: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-13 Thread Berneburg, Cris J. - US
Hi Ankit -Original Message- From: Ankit Agarwal [mailto:ankit_agarwal@...] Sent: Tuesday, April 11, 2017 12:28 PM To: Tomcat Users List Subject: Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File > Hi C

Re: rotate catalina.out

2017-04-13 Thread Rainer Jung
Am 13.04.2017 um 14:57 schrieb shivashankar manukondu: Is there any possibility loss the log information in case if we use any external tools like Log4j, logrotete I suggest you make the adjustment to your conf/logging.properties that I mentioned. You should also make sure, that no applica

Re: rotate catalina.out

2017-04-13 Thread shivashankar manukondu
Is there any possibility loss the log information in case if we use any external tools like Log4j, logrotete Regards, Siva On Wed, Apr 12, 2017 at 4:32 PM, Rainer Jung wrote: > Am 12.04.2017 um 16:15 schrieb Mark Thomas: > >> On 12/04/17 14:13, shivashankar manukondu wrote: >> >>> Hi, >>> >

Fwd: Custom JNDIRealm with Configuration

2017-04-13 Thread Lucas S. Silva
Hi All, I am implementing a custom JNDIRealm and I need to pass some configurations to it. I tried to pass the configuration via Real configuration and in my code I define the setter and getter for *configurationPattern* but when I debug it doesn't seems to be set? I also need to add more para