이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

버전 1 다음 »

Info

* Essential environment: Same or above Tomcat Version 8


  1. Open tomcat setting file in the MagicINFO install directory. ex) C:\MagicINFO Premium\tomcat\conf\server.xml
  2. There are separate connector settings in the server.xml for each http and https. (But only one of them (http, https) could exist dddepending on the option of installment.)
  3. Change value according to the picture below (Apr ->Nio2, SSL related attribute change) Refer to red letters.

  4. Restart “MagicINFO Premium” Service.


Info

  • *protocol: A type of Tomcat Connector. In MagicINFO, nio2 is recommended.
  • *SSLCertificateFile : Changed to keystoreFile in NIO2 connector and the form of SSL authentication key File changed as well. Key file needs to be turned into a keystore form and MagicINFO Server provides it in jks file form.
  • *SSLPassword : Changed to keystorePass in NIO2 Connector.