Re: Log4j2 logging with Tomcat 9 web app

2021-07-21 Thread Ravi Kumar
Hey Mark, Thanks for the link. But this doesn't help me resolve the issue with my Tomcaat9- log4j2 web-based application. Request you to provide any more info from log4j2.x-tomcat 9 level logging. Regards, Ravi On Wed, Jul 21, 2021 at 2:15 PM Mark Thomas wrote: > On 20/07/2021 21:05, R

Log4j2 logging with Tomcat 9 web app

2021-07-20 Thread Ravi Kumar
Hi, My web app is based on Tomcat 9.0.45 server. I have migrated from Tomcat 7 to Tomcat 9 and from log4j 1.x to log4j 2.x. I have updated the log4j2.properties as per log4j 2.x standard, still my tomcat.log file is not getting generated and all the application log are coming on console instead

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-03-24 Thread Ravi Kumar
ving this? On Tue, Feb 23, 2021 at 9:55 PM Rémy Maucherat wrote: > On Tue, Feb 23, 2021 at 4:47 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > Ravi, > > > > On 2/23/21 10:19, Ravi Kumar wrote: > > > Using this Interface , trying to obtai

Re: Realm issue with Tomcat 9

2021-03-23 Thread Ravi Kumar
Thanks Mark for this , applied the solution and it worked. On Tue, Mar 23, 2021 at 3:58 PM Mark Thomas wrote: > On 23/03/2021 10:05, Ravi Kumar wrote: > > Hello, > > I am migrating my application which is using tomcat 7 currently to tomcat > > 9. As there are a lot

Realm issue with Tomcat 9

2021-03-23 Thread Ravi Kumar
Hello, I am migrating my application which is using tomcat 7 currently to tomcat 9. As there are a lot of changes in the API, with tomcat 7 we were setting the Realm for this engine by // set the Realm for this engine //tomcatServer.setDefaultRealm(new TomcatRepoRealm()); Here tomcatServer is

Re: Replacement / alternatives of Tomcat-juli.jar and Tomcat-juli-adapters.jar in Tomcat 9

2021-02-25 Thread Ravi Kumar
t; Luis > > [1] https://github.com/lurodrig/log4j2-in-tomcat > > El mié, 24 feb 2021 a las 17:09, Ravi Kumar () > escribió: > > > Hi Mark, > > > > Thanks for the suggestion and help. We will review and revert . > > > > Thanks again. > > Regards, > >

Re: Replacement / alternatives of Tomcat-juli.jar and Tomcat-juli-adapters.jar in Tomcat 9

2021-02-24 Thread Ravi Kumar
Hi Mark, Thanks for the suggestion and help. We will review and revert . Thanks again. Regards, Ravi On Wed, Feb 24, 2021 at 9:30 PM Mark Thomas wrote: > On 24/02/2021 15:57, Ravi Kumar wrote: > > Hi Tomcat Team, > > > > We used to have *Tomcat-juli.jar and Tomcat-juli-ad

Replacement / alternatives of Tomcat-juli.jar and Tomcat-juli-adapters.jar in Tomcat 9

2021-02-24 Thread Ravi Kumar
Hi Tomcat Team, We used to have *Tomcat-juli.jar and Tomcat-juli-adapters.jar* available on Tomcat7 download pages under the EXTRAS directory. But with Tomcat 9, we don't have these 2 jars or in fact extras folder available. We use these jars for logging purposes of the web-application console.

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Ravi Kumar
pherschultz.net> wrote: > Ravi, > > Please don't email list members directly. I'm happy to offer paid > support if you want to email me directly. > > On 2/23/21 05:11, Ravi Kumar wrote: > > We are upgrading the tomcat web server getting used in our web > > application. C

TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Ravi Kumar
Dear Tomcat Team, We are upgrading the tomcat web server getting used in our web application. Currently we are using tomcat 7 and now migrating to TOMCAT 9.0.43. We have an existing HTTPS based application created using tomcat 7. Now after migration and upgrading to tomcat 9, while starting this

Can we get Digest Authentication with TOMCAT 7

2021-01-13 Thread Ravi Kumar
Hi Tomcat Team, I am using a Tomcat based webserver container for our web application. All the deplyoment and other task taken care using TOMCAT 7.10.105. Currently we are using the BASIC Authentication for the Manager and tomcat web application. Can we migrate and use DIGEST Authentication for

Re: How to Disable / turn off the ETag header of Tomcat 7.0.92

2019-01-16 Thread Ravi Kumar
tz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ravi, > > On 1/15/19 09:41, Ravi Kumar wrote: > > Please find my web.xml configuration file attached. > > I don't see anything configured that looks like it might be

Re: How to Disable / turn off the ETag header of Tomcat 7.0.92

2019-01-15 Thread Ravi Kumar
> > On 15/01/2019 10:43, Ravi Kumar wrote: > >> Hi All, > >> > >> I am facing an issue. It is kind of Security issue as Tomcat's > >> ETag header in Response header can reveal vital info. > > > > What vital info? The ETag is constructed from

Re: How to Disable / turn off the ETag header of Tomcat 7.0.92

2019-01-15 Thread Ravi Kumar
Hi Mark, Thank you for response. Could you please point me to any specific resource / link that would help achieve this? Appreciate your help ! On Tue, Jan 15, 2019 at 4:42 PM Mark Thomas wrote: > On 15/01/2019 10:43, Ravi Kumar wrote: > > Hi All, > > > > I am facing

How to Disable / turn off the ETag header of Tomcat 7.0.92

2019-01-15 Thread Ravi Kumar
Hi All, I am facing an issue. It is kind of Security issue as Tomcat's ETag header in Response header can reveal vital info. We want to disable / turnoff this ETag header of Tomcat webserver. Referred this link :- https://serverfault.com/questions/232763/how-to-disable-etag-headers-in-tomcat but

Re: TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
Hi Mark, Thanks for the suggestion. It worked at my end. We are verifying further and keep you posted. Thank you again ! Thanks, Ravi On Wed, Jan 9, 2019 at 3:56 PM Mark Thomas wrote: > On 09/01/2019 09:19, Ravi Kumar wrote: > > Dear Team, > > > > We have a we

TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
Dear Team, We have a web application running on Tomcat server container. Web application is compiled and using JDK 11 as runtime JRE for execution purpose. Tomcat Version : - 7.0.92 JDK Version :- 11 Problem Description :- 1.We are seeing the errors in tomcat log regarding jar scanning at

Re: [OT] AW: Re: AW: RE: Re: AW: RE: Error instantiating servlet class

2007-02-15 Thread ravi kumar
thankyou Even i have these problem in my project.. These conservation help me to troubleshot the problem... Thanks a lot once again [EMAIL PROTECTED] wrote: Thanks. It is working now. Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 12.02.2007 11:33 An: Tomcat