Re: ChunkedInputFilter: No data available due to previous error

2014-10-16 Thread Jose María Zaragoza
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

Re: cannot disable SSL v3 [SOLVED]

2014-10-16 Thread dkumar
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.

Re: Cannot Specify sslEnabledProtocols

2014-10-16 Thread Jason Schwanz
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

Re: Cannot Specify sslEnabledProtocols

2014-10-16 Thread Mark Thomas
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

Cannot Specify sslEnabledProtocols

2014-10-16 Thread Jason Schwanz
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,

Re: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread Christopher Schultz
-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

Re: Accessing Connector from within Servlet

2014-10-16 Thread Sean K
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

Re: Tomcat 6 SSL issue

2014-10-16 Thread Ognjen Blagojevic
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

RE: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread vince.webb
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

Re: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread Mark Eggers
-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

Re: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread Konstantin Kolinko
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 -

Re: cannot disable SSL v3 [SOLVED]

2014-10-16 Thread David kerber
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

Re: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread Mark Thomas
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

Re: cannot disable SSL v3 [SOLVED]

2014-10-16 Thread Vu Pham
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:

Separation of CATALINA_HOME and CATALINA_BASE

2014-10-16 Thread vince.webb
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

Re: Tomcat 6 SSL issue

2014-10-16 Thread Baran Topal
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

RE: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-16 Thread Jeffrey Janner
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

Re: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-16 Thread Mark Eggers
-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

RE: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-16 Thread Jeffrey Janner
> -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

cannot disable SSL v3

2014-10-16 Thread vu pham
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

Using Tomcat manager to deploy application in clustered Tomcat 7.0.42

2014-10-16 Thread Prabhu, Ganesh
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

Re: Tomcat windows authentication domain login issue

2014-10-16 Thread André Warnier
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