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
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
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
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
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
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
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
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
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
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
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
> 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
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
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.
> 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
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.
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
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
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
[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
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
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
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
>-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
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
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
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
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
28 matches
Mail list logo