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

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 needed.

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, Karen

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 :- - N

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 javax.servlet.request.ssl_session_mgr:org.apac

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; busy:6

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" > excepti

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 t