Re: Error Tomcat CLIENT-CERT autentication.

2011-01-17 Thread amcereijo cereijo
Hi, Finally I did it works. I changed a piece of code for validating local certificates that i found looking for in internet: *private static void localHostNameVerifi() throws Exception{* * HostnameVerifier hv = new HostnameVerifier()* *{* *public boolean verify(String urlHostName, SSL

Enabling SSL on Tomcat 6

2011-01-17 Thread Suneet Shah
Hello, I am trying to enable SSL on Tomcat 6 without any luck. I am using a self signed cert. I have placed my entries in the server.xml file below. Any thoughts on what I am doing wrong? I also pasted below the steps that I used to generate the cert. WARNING: [SetAllPropertiesRule]{Serv

Re: Error Tomcat CLIENT-CERT autentication.

2011-01-17 Thread Goo Sam Kong
Hi Angel, I encountered the same problem as you with Tomcat 5.5.27, so I upgraded to latest Tomcat to get rid of the certification error. https://issues.apache.org/bugzilla/show_bug.cgi?id=37869 is bug report on certification error. Thank you. On 17 January 2011 22:14, amcereijo cereijo wrote

Re: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread Konstantin Kolinko
2011/1/18 James Ng : > But when I tried to set the P3P in the response header of every response using > this rule, it wasn't successful. >     >         .* >         CP="NOI DSP COR" >     > > I monitored my response headers and the P3P are not set. Do you observe any pattern in which responses

Re: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread André Warnier
James Ng wrote: ... But when I tried to set the P3P in the response header of every response using this rule, it wasn't successful. .* CP="NOI DSP COR" I monitored my response headers and the P3P are not set. I have tried several differ

Re: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread James Ng
Tim Funk apache.org> writes: > > No "coding" needed if you use Url Rewrite Filter ... > http://urlrewritefilter.googlecode.com > > > .* > P3P code here > > > -Tim > > On 1/17/2011 8:11 AM, Joseph Morgan wrote: > > You know what... I need to learn to read what I w

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Konstantin Kolinko
2011/1/17 Jany Jose : > Hi, > > When i see the thread dump i could see a thread dead lock with other thread. > Please find below the thread dump message and kindly advice how to avoid it. > You would better try with 6.0.30. There were a lot of fixes since 6.0.26. >From the stack trace >    at jav

Re: [ANN] Apache Tomcat 7.0.6 released

2011-01-17 Thread David Calavera
Great, thank you! On Mon, Jan 17, 2011 at 7:25 PM, Mark Thomas wrote: > On 17/01/2011 18:18, David Calavera wrote: > > Any schedule for the maven artifacts release? > > I'm running the upload as I type. I'll update the snapshot first and > then the release. It'll take a while. Upload is sloo

Re: [ANN] Apache Tomcat 7.0.6 released

2011-01-17 Thread Mark Thomas
On 17/01/2011 18:18, David Calavera wrote: > Any schedule for the maven artifacts release? I'm running the upload as I type. I'll update the snapshot first and then the release. It'll take a while. Upload is slw. Should be good to go in 24 hours or less. Mark > > Thank you! > > On Fri

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Michael Ludwig
Jany Jose schrieb am 17.01.2011 um 13:46 (+0530): > > When i see the thread dump i could see a thread dead lock with other thread. > Please find below the thread dump message and kindly advice how to avoid it. > > *Found one Java-level deadlock: > = > "RMI TCP Connecti

Re: [ANN] Apache Tomcat 7.0.6 released

2011-01-17 Thread David Calavera
Any schedule for the maven artifacts release? Thank you! On Fri, Jan 14, 2011 at 10:21 AM, Pid wrote: > On 1/14/11 9:15 AM, Mark Thomas wrote: > > The Apache Tomcat team announces the immediate availability of Apache > > Tomcat 7.0.6. > > > > This is the first stable release of the Tomcat 7 bra

RE: Tomcat web app versioning

2011-01-17 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Tomcat web app versioning > > From: Gabriele Bulfon [mailto:gbul...@sonicle.com] > > Subject: Tomcat web app versioning > > I read somewhere that the latest Tomcat 7 is able to handle web > > app versioning, but I can't find any documentation about i

Re: Tomcat web app versioning

2011-01-17 Thread Mark Thomas
On 17/01/2011 17:32, Pid wrote: > On 1/17/11 5:21 PM, Gabriele Bulfon wrote: >> Hello, >> I read somewhere that the latest Tomcat 7 is able to handle web app >> versioning, but I can't >> find any documentation about it. >> What is it about? > > There's a description towards the end of the introdu

Re: Tomcat web app versioning

2011-01-17 Thread Mark Thomas
On 17/01/2011 17:21, Gabriele Bulfon wrote: > Hello, > I read somewhere that the latest Tomcat 7 is able to handle web app > versioning, but I can't > find any documentation about it. > What is it about? http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Introduction covers the basics.

RE: Tomcat web app versioning

2011-01-17 Thread Caldarale, Charles R
> From: Gabriele Bulfon [mailto:gbul...@sonicle.com] > Subject: Tomcat web app versioning > I read somewhere that the latest Tomcat 7 is able to handle web > app versioning, but I can't find any documentation about it. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html > What is it ab

Re: Tomcat web app versioning

2011-01-17 Thread Pid
On 1/17/11 5:21 PM, Gabriele Bulfon wrote: > Hello, > I read somewhere that the latest Tomcat 7 is able to handle web app > versioning, but I can't > find any documentation about it. > What is it about? There's a description towards the end of the introduction: http://tomcat.apache.org/tomcat-7.

Tomcat web app versioning

2011-01-17 Thread Gabriele Bulfon
Hello, I read somewhere that the latest Tomcat 7 is able to handle web app versioning, but I can't find any documentation about it. What is it about? Thanks Gabriele. -= Mail sent through WebTop2 =- - To unsubscribe, e-mail: user

Re: sslHandshakeException

2011-01-17 Thread g f
Thanks for the reply PID. I will have to post the full stack tomorrow. No error messages about the connector during startup. I think you are right though , with regard to the outbound, the applications do make requests to other servers and/or apps. The odd thing is, apache does not throw any errors

Error Tomcat CLIENT-CERT autentication.

2011-01-17 Thread amcereijo cereijo
Hi, I´m trying to configure the tomcat for mutual authentication with server and client using certificate. I have a tomcat 5.5.26 and a java web application (web service) under JVM 1.5 I did the next: I generated two certificates with keytool, one for client and other for server. I created

Announce: Mongrel

2011-01-17 Thread Jochen Wiedmann
[Sorry for the additional traffic. I've posted a similar announcement today with the name "Tomcat Plugin for Eclipse", or "TPFE", but was immediately asked to abandon the name, as it violates the Tomcat trademark. Hence the new name.] Hi, for those of you, who like me want a simple possibility to

Re: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread Tim Funk
No "coding" needed if you use Url Rewrite Filter ... http://urlrewritefilter.googlecode.com .* P3P code here -Tim On 1/17/2011 8:11 AM, Joseph Morgan wrote: You know what... I need to learn to read what I write... you are correct, it needs to be added to every respo

RE: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread Joseph Morgan
You know what... I need to learn to read what I write... you are correct, it needs to be added to every response. Thanks -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, January 14, 2011 3:07 PM To: Tomcat Users List Subject: Re: How to configure Tomcat/Coyo

RE: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread Joseph Morgan
Thanks... sometimes the easiest thing to do is the last thing you think of... not to mention that my programmers said that filters would only work if a servlet/jsp is called, but not if a JS or CSS file is requested. Teaches me to listen to them! -Original Message- From: Ronald Klop [mail

RE: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request

2011-01-17 Thread Joseph Morgan
>-Original Message- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Sent: Friday, January 14, 2011 3:05 PM >To: Tomcat Users List >Subject: RE: How to configure Tomcat/Coyote to deliver a P3P Header on Every Request >> From: Joseph Morgan [mailto:joseph.mor...@ignitesale

Re: Tomcat 6.0 GZIP Compression not working for large js files

2011-01-17 Thread Konstantin Kolinko
2011/1/14 Ran Berenfeld : > it's a pity it's not documented somewhere, that the "default" tomcat > settings actually fails to compress > anything above 48KB size. (well actually the defaults is not to compress at > all) I updated the TC7 and TC6 documentation by adding a comment to the "compre

Re: Possible race condition with mod_jk + multiple workers in recovery mode

2011-01-17 Thread Rainer Jung
On 13.01.2011 00:36, Andy Wang wrote: Aahh, having the maintenance thread do a periodic probe would be awesome. I see what you mean about parallel probing delaying request handling, but what would you think about modifying the loop so that after going through all the JK_WORKER_USABLE() workers t

Announce: Tomcat Plugin for Eclipse

2011-01-17 Thread Jochen Wiedmann
Hi, for those of you, who like me want a simple possibility to run Tomcat from within Eclipse (as opposed to WTP, which is a complicated nightmare, IMO), I'd like to announce the availability of the Tomcat Plugin for Eclipse (TPFE) This is basically the former Sysdeo plugin, with added suppo

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Jany Jose
Hi, When i see the thread dump i could see a thread dead lock with other thread. Please find below the thread dump message and kindly advice how to avoid it. *Found one Java-level deadlock: = "RMI TCP Connection(3)-10.128.32.128": waiting to lock monitor 0x0f