Re: Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread Lyallex
On 8 April 2016 at 13:12, Mark Thomas wrote: > On 8 April 2016 12:43:56 BST, Lyallex wrote: >>On 8 April 2016 at 12:31, Violeta Georgieva wrote: >>> Hi, > > Jasper is configured to default to the minimum Java version required by the >

Re: Appscan Issues

2016-04-08 Thread Olaf Kock
Am 08.04.2016 um 15:40 schrieb Kikkeri, Amith: > Thanks... I will me more detailed. > We don't use Apache HTTPD or ngnix. It's just tomcat7. Below is my connector > configuration. > > maxThreads="150" SSLEnabled="true" scheme="https" secure="true" >

RE: Appscan Issues

2016-04-08 Thread Kikkeri, Amith
Thanks... I will me more detailed. We don't use Apache HTTPD or ngnix. It's just tomcat7. Below is my connector configuration. Regards, Amith -Original Message- From: Olaf Kock [mailto:tom...@olafkock.de] Sent: Friday, April 08, 2016 9:29 AM To: users@tomcat.apache.org Subject:

Re: Appscan Issues

2016-04-08 Thread Olaf Kock
Am 08.04.2016 um 15:17 schrieb Kikkeri, Amith: > Hi, > Appscan was performed on our application and 2 issues were encountered. Could > anyone please let me know how to resolve these issues ? We use tomcat7. > > Browser Exploit Against SSL/TLS (a.k.a. BEAST) > RC4 cipher suites were detected >

Appscan Issues

2016-04-08 Thread Kikkeri, Amith
Hi, Appscan was performed on our application and 2 issues were encountered. Could anyone please let me know how to resolve these issues ? We use tomcat7. Browser Exploit Against SSL/TLS (a.k.a. BEAST) RC4 cipher suites were detected (Remove support of SSLv3/TLS1.0 cipher suites with CBC.)

Re: Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread David kerber
On 4/8/2016 7:43 AM, Lyallex wrote: On 8 April 2016 at 12:31, Violeta Georgieva wrote: Hi, 2016-04-08 14:28 GMT+03:00 Lyallex : Apache Tomcat 7.0.42 running under jsvc against jdk1.7.0.45 on 64 bit Ubuntu Linux 12.10 built and deployed with Ant in

Re: Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread Mark Thomas
On 8 April 2016 12:43:56 BST, Lyallex wrote: >On 8 April 2016 at 12:31, Violeta Georgieva wrote: >> Hi, >> >> 2016-04-08 14:28 GMT+03:00 Lyallex : >>> >>> Apache Tomcat 7.0.42 running under jsvc against jdk1.7.0.45 >>> on 64 bit Ubuntu

Re: Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread Lyallex
On 8 April 2016 at 12:31, Violeta Georgieva wrote: > Hi, > > 2016-04-08 14:28 GMT+03:00 Lyallex : >> >> Apache Tomcat 7.0.42 running under jsvc against jdk1.7.0.45 >> on 64 bit Ubuntu Linux 12.10 built and deployed with Ant in Eclipse >> JUNO set to 1.7

Re: Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread Violeta Georgieva
Hi, 2016-04-08 14:28 GMT+03:00 Lyallex : > > Apache Tomcat 7.0.42 running under jsvc against jdk1.7.0.45 > on 64 bit Ubuntu Linux 12.10 built and deployed with Ant in Eclipse > JUNO set to 1.7 compliance > > Please don't moan at me for using JSP scriptlets, I'm just doing some

Tomcat running against Java 1.7 barfs with Java < 1.7 Jasper error

2016-04-08 Thread Lyallex
Apache Tomcat 7.0.42 running under jsvc against jdk1.7.0.45 on 64 bit Ubuntu Linux 12.10 built and deployed with Ant in Eclipse JUNO set to 1.7 compliance Please don't moan at me for using JSP scriptlets, I'm just doing some throwaway prototyping so save the bandwidth. Thank You I have been

Tomcat 8 - enable OCSP Stapling for HTTPS connections

2016-04-08 Thread Altug Tekin
Hi, I have an Apache Tomcat/8.0.32 instance running on my server. Our Security Department requires me to implement OCSP Stapling on all programs, which communicate over HTTPS on ports exposed to the Internet, one of which being tomcat. How can I configure OCSP-Stapling on my Tomcat Server? I