Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

デフォルトでは通信ポートとしてHTTP 8080とHTTPS 8443を使用する設定になっていますが、Tomcatの「server.xml」ファイルを編集すれば変更可能です。

server.xmlファイルは「インストールパス

By default, Blancco Management Console is set to use communication ports HTTP 8080 and HTTPS 8443. It is possible to change these default ports by editing the Tomcat "server.xml" file.

The server.xml file is located at: [Installation path]\Blancco Management Console\apache-tomcat\confThe following highlighted parts need to be modified in the server.xml file:conf」に保存されています。

ファイルを開いて次の太字の箇所を変更してください。

  • <Connector URIEncoding="UTF-8" acceptCount="500" compression="on" connectionTimeout="30000" enableLookups="false" executor="tomcatThreadPool" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
  • <Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="500" clientAuth="false" compression="on" connectionTimeout="30000" enableLookups="false" executor="tomcatThreadPool" keystoreFile="conf/keystore.jks" keystorePass="mchammer" port="8443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslProtocol="TLS"/>
  • <Connector executor="tomcatThreadPool" port="8009" protocol="AJP/1.3" 
    redirectPort="8443"/>

注意:変更を保存した後、Blancco Management Consoleサービスを再起動してください。また、消去ソフトウェアイメージに設定されている通信ポートもあわせて変更する必要があります。Note: If you are using Blancco Erasure Software images that communicate with your MC 4, you will need to modify the images communication ports to match the new server port setting.