AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread ravishankar_d
Hi, we are using Apache Tomcat Version 7.0.52 to deploy our Java based application. We have apache web server fronting the Tomcat server.We wanted to know if there is any issue in using AJP protocol (with BIO).Apache web server version we are using is 2.2.3 I referred some of the topics related

realm, access to Request object

2014-05-20 Thread Jan Vávra
Hello. I write my own realm implementation for Tomcat 7.x. In the method Principal authenticate(X509Certificate[] certs) I'd like to read request headers. My authentication would be based on client certificate + custom http request value. Is it possible? The method authenticate is called in

Re: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread Mark Thomas
On 20/05/2014 08:01, ravishankar_d wrote: Hi, we are using Apache Tomcat Version 7.0.52 to deploy our Java based application. We have apache web server fronting the Tomcat server.We wanted to know if there is any issue in using AJP protocol (with BIO).Apache web server version we are using

Re: realm, access to Request object

2014-05-20 Thread Mark Thomas
On 20/05/2014 09:11, Jan Vávra wrote: Hello. I write my own realm implementation for Tomcat 7.x. In the method Principal authenticate(X509Certificate[] certs) I'd like to read request headers. My authentication would be based on client certificate + custom http request value. Is it

RE: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread ravishankar_d
Thanks Mark. So usage of AJP with BIO for Tomcat Version 7.0.52 should be fine. Also is there any requirement to upgrade Apache webserver from 2.2.3? Please let us know Regards, Ravi Shankar D.K From: markt [via Tomcat] [mailto:ml-node+s10n5017652...@n6.nabble.com] Sent: Tuesday, May 20, 2014

Re: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread ravishankar_d
Thanks Mark. So usage of AJP with BIO for Tomcat Version 7.0.52 should be fine. Also is there any requirement to upgrade Apache webserver from 2.2.3? Please let us know Regards, Ravi Shankar D.K -- View this message in context:

Re: How to monitor performance of tomcat

2014-05-20 Thread Randhir Singh
Hi, I had another point to add in this other than the reply sent by me in the earlier mail is that if the JVM crashes as pointed out by you, would a JVM process get started when Tomcat is started. Also, how to check if 2 processes are sharing a common JVM. The 2 processes referred to with the

Re: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread Daniel Mikusa
On May 20, 2014, at 5:13 AM, ravishankar_d ravishanka...@infosys.com wrote: Thanks Mark. So usage of AJP with BIO for Tomcat Version 7.0.52 should be fine. Also is there any requirement to upgrade Apache webserver from 2.2.3? Requirement? Not to just make it work, but 2.2.3 is incredibly

Why is my Tomcat connection getting terminated/closed?!!

2014-05-20 Thread Aniket Bhoi
I have Apache Solr,hosted on my apache Tomcat Server Details: Tomcat version: Apache Tomcat/6.0.18 OS details SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 1 While running indexing on this server,It failed. Log excerpt: SEVERE: Can not close connection

Re: Why is my Tomcat connection getting terminated/closed?!!

2014-05-20 Thread Daniel Mikusa
On May 20, 2014, at 7:35 AM, Aniket Bhoi aniket.b...@gmail.com wrote: I have Apache Solr,hosted on my apache Tomcat Server Details: Tomcat version: Apache Tomcat/6.0.18 This is really, really old. You should upgrade. OS details SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11

Re: Why is my Tomcat connection getting terminated/closed?!!

2014-05-20 Thread Aniket Bhoi
It has been working perfectly fine thus far.As far as i have analysed there have been no changes to the firewall or database settings.I will however try and implement your suggestion to setup a validation query. On Tue, May 20, 2014 at 5:12 PM, Daniel Mikusa dmik...@gopivotal.comwrote: On May

Re: Why is my Tomcat connection getting terminated/closed?!!

2014-05-20 Thread Jose María Zaragoza
2014-05-20 13:42 GMT+02:00 Daniel Mikusa dmik...@gopivotal.com: On May 20, 2014, at 7:35 AM, Aniket Bhoi aniket.b...@gmail.com wrote: I have Apache Solr,hosted on my apache Tomcat Server Details: Tomcat version: Apache Tomcat/6.0.18 This is really, really old. You should upgrade. OS

Re: Why is my Tomcat connection getting terminated/closed?!!

2014-05-20 Thread Daniel Mikusa
On May 20, 2014, at 7:47 AM, Aniket Bhoi aniket.b...@gmail.com wrote: It has been working perfectly fine thus far.As far as i have analysed there have been no changes to the firewall or database settings.I will however try and implement your suggestion to setup a validation query. 1.) Don’t

Re: How to monitor performance of tomcat

2014-05-20 Thread André Warnier
Randhir Singh wrote: Hi, I had another point to add in this other than the reply sent by me in the earlier mail is that if the JVM crashes as pointed out by you, would a JVM process get started when Tomcat is started. Also, how to check if 2 processes are sharing a common JVM. The 2 processes

Tomcat 7 eating too much memory on Ubuntu

2014-05-20 Thread Projeto Manager
Hello, I have the following config: Tomcat 7 Ubuntu 10.04.3 LTS jdk-7u51-linux-i586.tar.gz My web app does not have any users. It's just me. After about a week of running, the java process is eating a lot of memory, and then the swap demon eats all my processor time. Then I have to restart

Re: Tomcat 7 eating too much memory on Ubuntu

2014-05-20 Thread Mark Thomas
On 20/05/2014 15:55, Projeto Manager wrote: Hello, I have the following config: Tomcat 7 Ubuntu 10.04.3 LTS jdk-7u51-linux-i586.tar.gz My web app does not have any users. It's just me. After about a week of running, the java process is eating a lot of memory, and then the swap demon

Re: Regarding i think an intrusion

2014-05-20 Thread Leonardo Santagostini
Hello all, again its me =) Just for you that today we deployed our apps using struts 2.3.16.2 So since today i will monitor those server very closely =) Thanks all people. I will tell you how things go. Regards, Leonardo Saludos.- Leonardo Santagostini http://ar.linkedin.com/in/santagostini

Re: realm, access to Request object

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/20/14, 4:28 AM, Mark Thomas wrote: On 20/05/2014 09:11, Jan Vávra wrote: Hello. I write my own realm implementation for Tomcat 7.x. In the method Principal authenticate(X509Certificate[] certs) I'd like to read request headers. My

Re: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 5/20/14, 7:24 AM, Daniel Mikusa wrote: On May 20, 2014, at 5:13 AM, ravishankar_d ravishanka...@infosys.com wrote: Thanks Mark. So usage of AJP with BIO for Tomcat Version 7.0.52 should be fine. Also is there any requirement to

Re: tomcat6 thread locked

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Devoss, On 5/19/14, 2:43 AM, devoss ind wrote: Exact Tomcat version is 6.0.16 This version of Tomcat is profoundly old: more than 6 years. There are documented and well-understood vulnerabilities in that (and later) versions of Tomcat 6.0.x that

Re: Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suhaas, On 5/19/14, 11:40 AM, Suhaas Lang wrote: The Tomcat cluster is configured as load balancer only. There is no session replication. So in case a Tomcat node on which the user session is running, dies in that case the session is lost. We

Re: tomcat6 thread locked

2014-05-20 Thread devoss ind
Hi Christopher, Can you suggest stable tomcat and jvm versions. Regards, Devoss. On 20 May 2014 21:32, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Devoss, On 5/19/14, 2:43 AM, devoss ind wrote: Exact Tomcat version is 6.0.16