2014-10-15 13:33 GMT+02:00 Jose María Zaragoza :
>
> Hello:
>
> I'm using Tomcat 6.0.24 and sometimes I'm getting an IOException like :
>
> Caused by: java.io.IOException: No data available due to previous error
> at
> org.apache.coyote.http11.filters.ChunkedInputFilter.checkError(ChunkedI
Hello all,
I have removed SSL cypher from my configuration. and its working.
Please let me know is this correct way to solve this.
I am running Tomcat 7.0.22
I believe some village somewhere was missing somebody :)
>
> Reading the tomcat/apr doc
> (http://tomcat.
Cut from server.xml
==
>From catalina.out
==
Oct 16, 2014 5:16:42 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr
On 16/10/2014 23:46, Jason Schwanz wrote:
> I'm attempting to disable SSLv3 by specifying
> sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
> in my HTTP connector, but it is not disabling it. Looking at catalina.out I
> see this logged warning:
>
> WARNING: [SetAllPropertiesRule]{Server/Service/Connec
I'm attempting to disable SSLv3 by specifying
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
in my HTTP connector, but it is not disabling it. Looking at catalina.out I
see this logged warning:
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
'sslEnabledProtocols' to 'TLSv1,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/16/14 2:43 PM, Mark Thomas wrote:
> On 16/10/2014 19:11, vince.w...@thomsonreuters.com wrote:
>> Hello I'm coming back to Tomcat after years using GlassFish. The
>> little that I ever understood of Tomcat 3, 4 and 5 is now
>> decidedly r
Thank you Felix!
On Tue, Oct 14, 2014 at 6:14 AM, Felix Schumacher <
felix.schumac...@internetallee.de> wrote:
> Am 13.10.2014 um 18:20 schrieb Sean K:
>
>> Hi,
>> I am new to the tomcat user group but have been using tomcat for some
>> years.
>>
>> My situation is odd -- the customer wants the
Baran,
On 16.10.2014 19:20, Baran Topal wrote:
I did the new CSR with the new private key.
Ok.
"You could also add protocol attribute to force JSSE connector (BIO or
NIO), to prevent connector auto-selection."
1) What is the protocol attribute and where to add it?
To your Connector config
Mark
Thank you for such a quick response.
Personally I don't have much interest in Tomcat's Windows installer. I am more
interested in the directory structure that you get from expanding
apache-tomcat-nnn.tar.gz
Vince
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Konstantin,
On 10/16/2014 11:52 AM, Konstantin Kolinko wrote:
> 2014-10-16 22:11 GMT+04:00 :
>> Hello I'm coming back to Tomcat after years using GlassFish. The
>> little that I ever understood of Tomcat 3, 4 and 5 is now
>> decidedly rusty so I've b
2014-10-16 22:11 GMT+04:00 :
> Hello
> I'm coming back to Tomcat after years using GlassFish. The little that I ever
> understood of Tomcat 3, 4 and 5 is now decidedly rusty so I've been reading
> Tomcat 7's RUNNING.txt with interest.
>
> The section under the heading:
> Advanced Configuration -
On 10/16/2014 2:38 PM, Vu Pham wrote:
I believe some village somewhere was missing somebody :)
Reading the tomcat/apr doc
(http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support) ,
I found that I have to use SSLProtocol instead of sslProtocol.
Tomcat's case-sensitivity has bitten
On 16/10/2014 19:11, vince.w...@thomsonreuters.com wrote:
> Hello
> I'm coming back to Tomcat after years using GlassFish. The little that I ever
> understood of Tomcat 3, 4 and 5 is now decidedly rusty so I've been reading
> Tomcat 7's RUNNING.txt with interest.
>
> The section under the headin
I believe some village somewhere was missing somebody :)
Reading the tomcat/apr doc
(http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support) ,
I found that I have to use SSLProtocol instead of sslProtocol.
After making that change, SSLv3 disappear.
Thanks,
Vu
On 10/16/2014 08:
Hello
I'm coming back to Tomcat after years using GlassFish. The little that I ever
understood of Tomcat 3, 4 and 5 is now decidedly rusty so I've been reading
Tomcat 7's RUNNING.txt with interest.
The section under the heading:
Advanced Configuration - Multiple Tomcat Instances
Looks interestin
Thanks for prompt response. I simply missed your mail.
I did the new CSR with the new private key.
"You could also add protocol attribute to force JSSE connector (BIO or
NIO), to prevent connector auto-selection."
1) What is the protocol attribute and where to add it?
2) I think those old cer and
FYI: My testing was done on 7.0.50.
But from reading the Bugzilla entry on the issue, looks like we will need to
wait on the next Tomcat 7 release.
Checking the last updates now, though.
> -Original Message-
> From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID]
> Sent: Thursday, Oct
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/16/2014 9:17 AM, Jeffrey Janner wrote:
>
>
>> -Original Message- From: Mark Eggers
>> [mailto:its_toas...@yahoo.com.INVALID] Sent: Wednesday, October
>> 15, 2014 11:57 AM To: Tomcat Users List Subject: Re: Disabling
>> SSLv3 with Tomcat
> -Original Message-
> From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID]
> Sent: Wednesday, October 15, 2014 11:57 AM
> To: Tomcat Users List
> Subject: Re: Disabling SSLv3 with Tomcat ARP/Native but still retaining
> support for TLS 1.1 and TLS 1.2
>
> John,
>
>
> > On Wednesda
All,
I am running tomcat 7.0.26 with APR on RHEL 5.10 (x86_64) . My
server.xml 's configuration for the https connector is as follows:
I also tried sslProtocol with different values of TLS, TLSv1.1, and
TLSv1.2, but the ssl tests such the ones from SSLLabs or Thawte claim
that my server
Hi,
I have a question about using tomcat manager to deploy applications when tomcat
nodes are in a clustered environment.
Setup Description
Tomcat Node 1 : Tomcat version 7.0.42; JDK 1.6 update 27 (clustered)
Tomcat Node 2 ; Tomcat version 7.0.42; JDK 6 update 27 (clustered)
I have verified th
Tantaryu,
The problem currently is that you messages appear to the list readers, as pretty
unreadable "blobs" of text. Not many of the busy people here will feel motivated enough
to decrypt/reformat them, before they understand even the basics of your questions.
Since you are the one who nee
22 matches
Mail list logo