Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread modjklist
Thanks so much! - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, October 17, 2014 5:01:49 PM Subject: Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes -BEGIN PGP SIGNED MESSAGE- Hash:

Re: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 10/17/14 4:20 PM, Jeffrey Janner wrote: >> -Original Message- From: Jeffrey Janner >> [mailto:jeffrey.jan...@polydyne.com] Sent: Friday, October 17, >> 2014 3:04 PM To: 'Tomcat Users List' Subject: RE: Anyway to >> enable just al

Re: mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 10/17/14 4:51 PM, modjkl...@comcast.net wrote: > Hi, I'm using mod-jk (v1.2.40) on CentOS Linux server to pass > requests from Apache web server (v2.4.9) to GlassFish (v3.1.2) > application server. I'm using a java 7 servl

RE: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Jeffrey Janner
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, October 17, 2014 3:59 PM > To: Tomcat Users List > Subject: Re: Anyway to enable just all TLS protocols in APR connector? > > Bob Hall wrote: > > On Friday, October 17, 2014 1:05 PM, Jeffrey Janner > wrote

Re: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread André Warnier
Bob Hall wrote: On Friday, October 17, 2014 1:05 PM, Jeffrey Janner wrote: With baited breath, but not holding it. Should be "bated breath". But perhaps, dear Bob, Jeffrey meant exactly what he wrote. Having posted to the list and expecting a response, he rested with a glass of milk,

mod-jk reports errors when downloading files above 4 MB, but runs fine for smaller file sizes

2014-10-17 Thread modjklist
Hi, I'm using mod-jk (v1.2.40) on CentOS Linux server to pass requests from Apache web server (v2.4.9) to GlassFish (v3.1.2) application server. I'm using a java 7 servlet (shown below) on my application server to enable a client to download a PDF file via HTTPS. Things work fine when this fil

Re: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Bob Hall
On Friday, October 17, 2014 1:05 PM, Jeffrey Janner wrote: > With baited breath, but not holding it. Should be "bated breath". - Bob

RE: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Jeffrey Janner
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Friday, October 17, 2014 3:04 PM > To: 'Tomcat Users List' > Subject: RE: Anyway to enable just all TLS protocols in APR connector? > > > -Original Message- > > From: Christopher Schultz [mailt

RE: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, October 17, 2014 12:26 PM > To: Tomcat Users List > Subject: Re: Anyway to enable just all TLS protocols in APR connector? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeffr

Re: Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 10/17/14 1:12 PM, Jeffrey Janner wrote: > Documentation for the APR connector says setting SSLProtocol="all" > (the default) enables TLSv1+SSLv3, but actually enables TLSv1.1 > and TLSv1.2 as well. Why do you think that's the case? >

Re: Apache Tomcat displays text/plain

2014-10-17 Thread R.Sriram
On 10/17/2014 10:42 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 R.Sriram, On 10/17/14 9:06 AM, R.Sriram wrote: I am running my Java Servlet based application on 64bit Amazon Linux 2014.03 v1.0.3 running Tomcat 7 Java 7. The webpage is displaying code rather

Re: Tomcat 6 APR SSL Issue

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 10/14/14 2:16 PM, James Drews wrote: > Hi, I have a question that may be a bug, or I'm just not doing > something right (I'll happily believe either). > > Configuration: Tomcat 6.0 running on Windows Server The > tcnative-1.dll is the lat

Re: Cannot disable SSL v3

2014-10-17 Thread dkumar
Dear Chris Thanks for your reply How can I know which protocol support my JVM. We are using java1.7.0_40 I have tested with https://www.ssllabs.com/ssltest/index.html Please let us know is any turnaround in my server.xml configuration to disable SSL v3. Thanks and Regards Deepak -BE

Anyway to enable just all TLS protocols in APR connector?

2014-10-17 Thread Jeffrey Janner
Documentation for the APR connector says setting SSLProtocol="all" (the default) enables TLSv1+SSLv3, but actually enables TLSv1.1 and TLSv1.2 as well. However, it only seems to accept SSLProtocol strings that includes TLSv1, SSLv2, SSLv3 or their combinations. In other words, there doesn't seem

Re: Apache Tomcat displays text/plain

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 R.Sriram, On 10/17/14 9:06 AM, R.Sriram wrote: > I am running my Java Servlet based application on 64bit Amazon > Linux 2014.03 v1.0.3 running Tomcat 7 Java 7. > > The webpage is displaying code rather than content. The code shows > my HTML has sen

Re: Cannot disable SSL v3

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Deepak, On 10/17/14 11:58 AM, dku...@ccilindia.co.in wrote: > Below is my configuration in server.xml file of tomcat 7.0.22. Upgrade. > ="org.apache.catalina.connector.http.HttpConnector" No such class exists. Which connector are you actually us

Cannot disable SSL v3

2014-10-17 Thread dkumar
Dear All, Below is my configuration in server.xml file of tomcat 7.0.22. I tried with below changes. 1. sslProtocol changed to SSLProtocol 2. Removed SSL_RSA_WITH_3DES_EDE_CBC_SHA cipher from ciphers 3. sslProtocol ="TLS" ch

Re: cannot disable SSL v3 [SOLVED]

2014-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Deepak, On 10/17/14 12:21 AM, dku...@ccilindia.co.in wrote: > I have removed SSL [cipher] from my configuration. and its working. > Please let me know is this correct way to solve this. > > I am running Tomcat 7.0.22 scheme="https" secure="true"

Apache Tomcat displays text/plain

2014-10-17 Thread R.Sriram
Hello, I am running my Java Servlet based application on 64bit Amazon Linux 2014.03 v1.0.3 running Tomcat 7 Java 7. The webpage is displaying code rather than content. The code shows my HTML has sent content type ="text/html". When I do function f12 click on Network and the domain, the left

Re: Cannot Specify sslEnabledProtocols

2014-10-17 Thread Mark Thomas
On 16/10/2014 23:59, Jason Schwanz wrote: > Cut from server.xml > == > acceptCount="100" > ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA,TLS_RSA_W

RE: Separation of CATALINA_HOME and CATALINA_BASE

2014-10-17 Thread vince.webb
I don’t see their separation as being incompatible with running from a default shell or batch file. It already figures out where to use for CATALINA_HOME, the default place for CATALINA_BASE could be a standard difference from CATALINA_HOME, for example: CATALINA_BASE=$CATALINA_HOME/../catalina_