I wish I could forward all requests completely to another server.

2020-03-18 Thread HeeGu Lee
I was tasked with writing a web application that needs to forward a http request to each server after checking certain headers. Of course I can use a library like apache http client to reconstruct and send the data. But if you think about it, this is a very unreasonable and bad way. Suppose you ne

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread HeeGu Lee
Congratulations! 2018년 12월 19일 (수) 오후 7:23, Raul losoha 님이 작성: > You are welcome !!! > > Shalom , > > Raul Losoha > > From: Felix Schumacher > Sent: Wednesday, December 19, 2018 10:10 AM > To: Tomcat Developers List; Tomcat Users List > Subject: Re: [ANN] New com

Re: lingering mysql connections

2018-12-13 Thread HeeGu Lee
Hi, chris. You can use apache commons-dbcp2-2.5.0. This problem is fixed in this version. And ServletContextListener is not necessary! This is make you happy. :-) Have a nice day!!! 2018년 12월 14일 (금) 오전 5:51, Chris Cheshire 님이 작성: > Tomcat 9.0.12, Debian, MySQL Server 5.7.23, Connector/J 5.1.4

Re: Connection pool and parallel deployment problem

2018-11-27 Thread HeeGu Lee
ne so far, especially now that we will > use connection pools configured inside the webapp (no more context xml file) > > Regards > Gilles > > -Message d'origine- > De : HeeGu Lee [mailto:elfhazardw...@gmail.com] > Envoyé : mardi 27 novembre 2018 10:17 > À

Re: Connection pool and parallel deployment problem

2018-11-27 Thread HeeGu Lee
eans ? Is it the @ManagedBean > annotation ? > > 2. What do you use JMX for ? > > Thanks again > Regards > Gilles > > > -----Message d'origine- > De : HeeGu Lee [mailto:elfhazardw...@gmail.com] > Envoyé : mardi 27 novembre 2018 08:36 > À : Tomc

Re: Connection pool and parallel deployment problem

2018-11-26 Thread HeeGu Lee
Dear Gilles, I apologize for the delay in reply. I make simple webapp and upload to github. In project, my test result is included. https://github.com/elfhazardwork/dbcp2-test Tomcat's parallel deploy mechanism is deploy new version before undeploy old. So, If your webapp is use JMX, bean name

Re: Connection pool and parallel deployment problem

2018-11-21 Thread HeeGu Lee
I think it is good for your mental health not to use this feature. You just have to think of it as an experimental function like google chrome's about://flags. JMX has subscribe model. However, Tomcat is no ability to receive notifications. And most JDBC implementations are not interested in such

Re: Is it possible to get the benefits of working with apache-tomcat in tomcat at once?

2018-10-23 Thread HeeGu Lee
Thank you, chris. You are very kind. 2018년 10월 23일 (화) 오후 11:43, Christopher Schultz < ch...@christopherschultz.net>님이 작성: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > HeeGu, > > On 10/23/18 05:34, HeeGu Lee wrote: > > Hello, Dear Friends! > >

Is it possible to get the benefits of working with apache-tomcat in tomcat at once?

2018-10-23 Thread HeeGu Lee
Hello, Dear Friends! Usually, to solve the tomcat's SocketException problem and to show error page, I will connect Apache using JK Connector. But, two web servers is make management difficult. So, I wish I could be provided with some feature on Tomcat. Proxy Connector -> HTTP/1.1 -> Servlet ->