For compression and HTTPS enabled connection Connector port="8443" maxHttpHeaderSize="8192" server="iBanking App Server" maxThreads="800" minSpareThreads="25" enableLookups="false" disableUploadTimeout="true" compression = "on" compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css" compressionMinSize="512" acceptCount="100" scheme="https" secure="true" SSLEnabled="true" keystoreFile="_KEYSTORE_FILE_LOC_" clientAuth="false" sslEnabledProtocols = "TLSv1,TLSv1.1,TLSv1.2" keystorePass="_PASSCODE_" For creating strong ciphers consider this: Java 5 TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH...