Tomcat http header size too large!

2024-07-13 Thread Pradeep
.yaml: server: tomcat: max-http-header-size: 16KB Above solution didn't work, please advice if any other way can achieve increasing header size. Thanks, Pradeep

Re: Tomcat Virtual Host to prevent Improper-Input-Handling attack

2021-09-13 Thread Pradeep
mproper-input-handling-attack/69130997#69130997 Let me know what you think. Regards, Pradeep On Mon, 13 Sep 2021, 2:44 pm Christopher Schultz, < ch...@christopherschultz.net> wrote: > Pradeep, > > On 9/13/21 09:35, Pradeep wrote: > > Hi Chris, > > > > I am using

Re: Tomcat Virtual Host to prevent Improper-Input-Handling attack

2021-09-13 Thread Pradeep
Hi Chris, I am using Tomcat 7.0.57, I can't change the Tomcat version now. I tried adding Virtual Host with RemotrHostValve to allow list of hosts but still no luck. Regards, Pradeep On Mon, 13 Sep 2021, 2:28 pm Christopher Schultz, < ch...@christopherschultz.net> wrote: > Pra

Re: Tomcat Virtual Host to prevent Improper-Input-Handling attack

2021-09-10 Thread Pradeep
else configuration I can try, Regards, Pradeep On Fri, Sep 10, 2021 at 7:36 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Pradeep, > > On 9/10/21 06:19, Pradeep wrote: > > Hi Team, > > > > I need your help to fix HTTP Host he

Tomcat Virtual Host to prevent Improper-Input-Handling attack

2021-09-10 Thread Pradeep
o I have some existing Host name in server.xml not sure how to incorporate both Host configuration, please help me on this. *Solution I found :* *My tomcat existing Host configuration:* -- Regards Pradeep

RE: Windows registry entry missing on Tomcat Silent install - 9.0.20

2019-09-15 Thread Pradeep Kumar M N
Can anyone help on the below issue ? From: Pradeep Kumar M N Sent: Friday, September 06, 2019 11:55 AM To: 'users@tomcat.apache.org' Subject: Windows registry entry missing on Tomcat Silent install - 9.0.20 Hi All, I am using Tomcat 9.0.20. I am installing the Tomcat silently from a

Windows registry entry missing on Tomcat Silent install - 9.0.20

2019-09-05 Thread Pradeep Kumar M N
javaHomeEnv Has one any encountered this issue ? Thanks Pradeep DISCLAIMER: This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and

Security Alerts Email Subscription

2018-10-10 Thread Goutam, Pradeep
Hello Team Is there a mailing list for subscription to just the security alerts for Apache HTTP and Tomcat Server, If there is one can you please send it to me. Thanks Pradeep This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended

Re: Tomcat DS question

2016-05-17 Thread pradeep reddy
Also, how to determine if the application is using ojdbc6.jar or tomcat-dbcp.jar for connection pool. Apologies I am not a developer and want to understand the concept of connection pool. Thanks Pradeep On Tue, May 17, 2016 at 2:32 PM, Woonsan Ko wrote: > I don't know much about

Re: Tomcat DS question

2016-05-17 Thread pradeep reddy
Hi Chris, It is not writing anything related to DBCP in catalina.out. Thanks Pradeep On Tue, May 17, 2016 at 1:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pradeep, > > On 5/17/16 2:51

Re: Tomcat DS question

2016-05-17 Thread pradeep reddy
Thanks for response, would you know if there is any recommended dbcp jar that we need to use for Oracle 12 and Tomcat 6 ? Thanks Pradeep On Tue, May 17, 2016 at 11:07 AM, Woonsan Ko wrote: > Hi Pradeep, > > I saw you had Oracle specific settings such as > connectionCachingEnable

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
that threads are waiting on connections from connection pool. Thanks Pradeep On Mon, May 16, 2016 at 4:38 PM, Woonsan Ko wrote: > Hi Pradeep, > > Just in case, you might want to make sure your changes were really > applied. For example, an effective context.xml could be in > con

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
unfortunately it is not writing anything catalina.out :-( Thanks Pradeep On Mon, May 16, 2016 at 3:47 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pradeep, > > On 5/16/16 5:13 PM, pradee

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
$ThreadedCachingBlockSource$BlockReleaser.run(BlockSource.java:327) - locked <0x0007000535d0> (a oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser) On Mon, May 16, 2016 at 2:42 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGN

Tomcat DS question

2016-05-16 Thread pradeep reddy
erstanding what I am doing wrong. My DS cnfiguration Thanks Pradeep

RE: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-21 Thread Pradeep Kumar G M
We are using mod_jk CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Furth

Re: Problem with hosting mulitple websites on single tomcat 7

2012-09-24 Thread Pradeep
Sorry, for top posting ,i new to mailing list, i will try to avoid in future :) , appreciate your help. Regards, Pradeep On Mon, Sep 24, 2012 at 7:37 PM, Konstantin Kolinko wrote: > 2012/9/24 Pradeep : > > I have one domain hosted on cloud server. Let's say o.com > > > &g

Re: starting connectors after the tomcat startup

2012-02-09 Thread Pradeep Fernando
Hi all, I could achieve the required behaviour by extending the standardService provided by tomcat. In my overrided startInternal() method i just dont start connectors. thanks, --Pradeep - To unsubscribe, e-mail: users

Re: starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
s as well. If I call Tomcat.init(), it does not initiate my servlet which, in-turn registers the http.service. thanks, --Pradeep - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
ething. How can i achieve my requirement.? thanks --Pradeep - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

configuring org.apache.catalina.startup.Tomcat using server.xml

2012-01-30 Thread Pradeep Fernando
tart(LifecycleBase.java:145) at org.wso2.carbon.tomcat.internal.CarbonTomcat.start(CarbonTomcat.java:38) at org.wso2.carbon.tomcat.server.ServerManager$1.run(ServerManager.java:81) at java.lang.Thread.run(Thread.java:619) thanks, --Pra

Re: Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
On Fri, Jan 27, 2012 at 2:29 PM, Pid * wrote: > On 27 Jan 2012, at 08:06, Pradeep Fernando wrote: > > > Hi, > > > > I have embedded the tomcat server within my application. Right now i'm > > using the org.apache.catalina.startup.Tomcat.java class to start my

Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
some body give me a code pointer to such code withing tomcat. thanks in advance, --Pradeep

Question about using jk_mod with Linux

2007-02-01 Thread Pradeep Shekade
Linux. There are no files there in the Linux folder to download. Am I missing something? Thanks, Pradeep Shekade - Don't pick lemons. See all the new 2007 cars at Yahoo! Autos.