Config Tomcat SSL

   
        <Connector port="8080" protocol="HTTP/1.1"
               compression="on"
               compressionMinSize="1024"
               connectionTimeout="20000"
               redirectPort="8443" />


<Connector port="8443" maxHttpHeaderSize="8192"
               enableLookups="false" maxThreads="150"
               disableUploadTimeout="true" acceptCount="100" scheme="https"
               secure="true" SSLEnabled="true" clientAuth="false" protocol="org.apache.coyote.http11.Http11NioProtocol"                                        
               sslProtocol="TLS" keystoreFile="<PATH to .jks>"
               keystorePass="PASSWORD" />


Hide tomcat info

Open the server.xml file located in the <tomcat directory>/conf.
Enter the following value in the <Host tag:

<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false"/>               

Install Veeam plugin Oracle linux

  Install Veeam plugin Oracle linux rpm -Uvh --nodigest --nofiledigest VeeamPluginforOracleRMAN-12.2.0.334-1.x86_64.rpm

Mais vistos