Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
broad variety of cipher suites. > The crypto providers are listed in the file java.security. > As long as you don’t modify this file, SSL should work just fine in the > default java-configuration. > > Greetings, Thomas > > > > -Ursprüngliche Nachricht- > > Von

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
> > If I disable SSL in tomcat server.xml, It's working with Non-SSL ( > > http://localhost:8080). > > > > Does Tomcat SSL configuration work with JRE 1.8.0 ? Are there any changes > > required to establish a handshake ? > > > > Please let me know if you

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
nally. > > On 6/14/22 11:21, Pavan Kumar Tiruvaipati wrote: > > > maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" > > enableLookups="false" disableUploadTimeout="true" > &g

SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-14 Thread Pavan Kumar Tiruvaipati
Hi, We have replaced JDK 1.8 with JRE 1.8.0_333. SSL configuration was working fine with Tomcat 6.0.45 before replacing JDK with JRE. Now it's not working. In server.xml, SSL Protocol is set to "TLS". Does Tomcat 6.0.45 support SSL with JRE 1.8.0_333 ? Are there any specific protocols /

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Pavan Kumar Tiruvaipati
i have to upgrade ecj > to version 4.6.1 and using jdk8u74. But these were all I can recalled. > > hth > > On Mon, Jun 13, 2022 at 5:48 PM Pavan Kumar Tiruvaipati > wrote: > > > > Hi, > > > > Our application is running on Tomcat 6.0.45. > > > > >

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Pavan Kumar Tiruvaipati
.22 11:48, Pavan Kumar Tiruvaipati wrote: > > Hi, > > > > Our application is running on Tomcat 6.0.45. > > > > > > *Operation System* - Linux & Windows > > > > Due to security reasons, we are replacing JDK 1.8 with JRE 1.8. > > If you make a

Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Pavan Kumar Tiruvaipati
Hi, Our application is running on Tomcat 6.0.45. *Operation System* - Linux & Windows Due to security reasons, we are replacing JDK 1.8 with JRE 1.8. We understand that Tomcat is bundled with Eclipse JDT compiler - ecj-4.3.1.jar. It will take care of dynamic compilation of JSP pages (Correct