Re: why is ContextListener.attributeAdded means?

2019-07-23 Thread Mark Eggers
Karen, On 7/23/2019 7:41 PM, Karen Goh wrote: > Dear experts, > > I need some help again. > > I am trying to get a html page out on my browser, I changed my Tomcat server > as the previous one has some Ant script 'creeping in when I downloaded an > example'. However, I do not know why am I

Re: why is ContextListener.attributeAdded means?

2019-07-23 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Wednesday, July 24, 2019, 12:04 PM, M. Manna wrote: Hi Goh, It’s part of standard tomcat logging for servlet ctx init audit. Check logging.properties file in your conf/ directory. You should be able to change the level and tune how much logging is

Re: why is ContextListener.attributeAdded means?

2019-07-23 Thread M. Manna
Hi Goh, It’s part of standard tomcat logging for servlet ctx init audit. Check logging.properties file in your conf/ directory. You should be able to change the level and tune how much logging is needed. And btw, it’s an INFO, not ERROR/FATAL/SEVERE. Thanks, On Wed, 24 Jul 2019 at 11:42,

why is ContextListener.attributeAdded means?

2019-07-23 Thread Karen Goh
Dear experts, I need some help again. I am trying to get a html page out on my browser, I changed my Tomcat server as the previous one has some Ant script 'creeping in when I downloaded an example'. However, I do not know why am I receiving an error message ? Background :- -

Re: Sha-256 encrypted password not working

2019-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandeep, On 7/23/19 12:55, Support wrote: > I am using tomcat 9 for my application, I got an issue with a > password while I am using normal password it is not working when I > give the encrypted password it is working without any error > > Logs I

Sha-256 encrypted password not working

2019-07-23 Thread Support
Hi Sir, I am using tomcat 9 for my application, I got an issue with a password while I am using normal password it is not working when I give the encrypted password it is working without any error Logs I am getting j avax.servlet.request.key_size:128

tomcat7 jdbc pool seems blocked: PoolExhaustedException

2019-07-23 Thread ??
HI??thank you for read this mail??In our product env??we get exception?? Caused by: org.apache.tomcat.jdbc.pool.PoolExhaustedException: [-cmd[system_intergration.enn_portal_login]-ip[10.11.87.126]] Timeout: Pool empty. Unable to fetch a connection in 30 seconds, none available[size:300;

Re: OT: Connection timeout with HttpClient

2019-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suvendu, On 7/23/19 07:39, Suvendu Sekhar Mondal wrote: > One of our legacy applications is using Apache Commons HttpClient > 3.1. POST call to one REST service is failing with > "java.net.ConnectException: Connection timed out: connect" >

OT: Connection timeout with HttpClient

2019-07-23 Thread Suvendu Sekhar Mondal
One of our legacy applications is using Apache Commons HttpClient 3.1. POST call to one REST service is failing with "java.net.ConnectException: Connection timed out: connect" exception[1]. Timeout is occurring after one minute. To figure out where thread is spending all the time, I took multiple

RE: How to restrict the AWS ELB IP url acceess from tomcat

2019-07-23 Thread Naga Ramesh
Thanks Chris.. we have redirected the ELB IP based url to domain url on AWS ELB end. Thanks for your support. Regards, Naga Ramesh R -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 23 July 2019 00:15 To: users@tomcat.apache.org Subject: Re: How