AW: How do I install and use Apache Tomcat?

2021-10-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, centos should contain the tomcat application in it's repo. A "sudo yum install tomcat" should install tomcat. Additional / optional packages are: tomcat-webapps tomcat-admin-webapps tomcat-docs-webapp tomcat-javadoc For deploying own programs in Tomcat, you should be able to program java,

RE: Restriction of TLS version in HTTP2 over HTTPS with OpenSSL

2021-10-17 Thread Natraj Thekkan
Hi, @Mark Thanks for your response. We have tested by removing that line of code, still client able to establish the connection with server using TLSv1 and TLSv1.1. Below one is configured in java.security file. jdk.tls.disabledAlgorithms=SSLv3,TLSv1,TLSv1.1,RC4,MD5withRSA,ADH,DH,DHE,

Re: How do I install and use Apache Tomcat?

2021-10-17 Thread Turritopsis Dohrnii Teo En Ming
Dear Mark Thomas, I will be using CentOS 7.9 or Ubuntu Server 20.04 LTS. I don't have a specific version of Java in mind. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Sun, 17 Oct 2021 at 02:44, Mark Thomas wrote: > > On 16/10/2021 10:41, Turritopsis Dohrni