Re: Apache httpd server 2.4.25 binaries for Non Windows platforms

2017-06-16 Thread Peter Kreuser
Olaf, Peter Kreuser +49 172 6649346 >> Am 16.06.2017 um 11:14 schrieb Olaf Kock : >> >> Am 16.06.2017 um 08:55 schrieb Prarthana Agwania: >> We have a requirement to package Apache httpd server together with mod_jk >> 1.2.42 and distribute it to customers. Our application is hosted on Tomcat >

Re: Fwd: tomcat automatically binds it to 0.0.0.0 from 127.0.0.1

2017-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rakesh, On 6/16/17 5:48 AM, Rakesh Java wrote: > I have made a port( example 1234) to be bound to the local host > 127.0.0.1 .But when i restart tomcat automatically binds it to > 0.0.0.0 . > > > And my connector in server.xml contains 127.0.0.1

Re: Apache httpd server 2.4.25 binaries for Non Windows platforms

2017-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prarthana, On 6/16/17 2:55 AM, Prarthana Agwania wrote: > Hello Apache Team, You have the wrong list. You want the httpd users list. But... > We have a requirement to package Apache httpd server together with > mod_jk 1.2.42 and distribute it to c

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Olaf Kock
Am 16.06.2017 um 14:00 schrieb Sai Kumar: > There is no problem with code,We are closing the connections properely. > This issue is occured in production side.We are highly suspecting that > there is an issue with the Tomcat server( V7.0.52). First of all,Please let > us know if there is any bug r

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Sai Kumar
There is no problem with code,We are closing the connections properely. This issue is occured in production side.We are highly suspecting that there is an issue with the Tomcat server( V7.0.52). First of all,Please let us know if there is any bug regarding the Connection pool in tomcat V7.0.52 .If

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Olaf Kock
If you don't have 4000 concurrent connections coming in to your application server, this sounds suspiciously like your code gets a connection from the pool and never returns it. Naturally, once the connection has been used, it will turn idle (as no more statements are executed), but if the connecti

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Sai Kumar
We are using 4000 connections for the particular DB in connection pool.Somehow,those 4000 connections are utilised in our production environment.If any new request is coming ,it is unable to fetch a connection because all the connections are utilised.But ,The actual problem is after processing the

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Olaf Kock
Sai Kumar, Am 16.06.2017 um 12:06 schrieb Sai Kumar: > Hi , > > We are using following tomcat version > Apache Tomcat/7.0.52 > Server number: 7.0.52.0 > and currently we are facing a problem with this one. While you give some description of things that happen in your environmen

Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-16 Thread Sai Kumar
Hi , We are using following tomcat version Apache Tomcat/7.0.52 Server number: 7.0.52.0 and currently we are facing a problem with this one. We have an issue with connection pool. Actually we are using specific connections but some how all the connections are utilized. If any n

Fwd: tomcat automatically binds it to 0.0.0.0 from 127.0.0.1

2017-06-16 Thread Rakesh Java
Hi I have made a port( example 1234) to be bound to the local host 127.0.0.1 .But when i restart tomcat automatically binds it to 0.0.0.0 . And my connector in server.xml contains 127.0.0.1 as address .

Re: Apache httpd server 2.4.25 binaries for Non Windows platforms

2017-06-16 Thread Olaf Kock
Am 16.06.2017 um 08:55 schrieb Prarthana Agwania: > We have a requirement to package Apache httpd server together with mod_jk > 1.2.42 and distribute it to customers. Our application is hosted on Tomcat > which needs to be load balanced. We tried the topology where in Apache > httpd server act as t