Versions Compared

Key

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

By default, Standardmäßig ist die Blancco Management Console is set to use communication ports so konfiguriert, dass sie die Kommunikationsports HTTP 8080 and und HTTPS 8443 . It is possible to change these default ports by editing the Tomcat verwendet. Sie können diese Standardports ändern, indem Sie die Tomcat-Datei "server.xml" filebearbeiten.

The Die Datei server.xml file is located at: [Installation pathbefindet sich unter: [Installationspfad]\Blancco Management Console\apache-tomcat\conf

The following highlighted parts need to be modified in the Die folgenden hervorgehobenen Teile müssen in der Datei server.xml filegeändert werden:

  • <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"/>

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 settingHinweis: Wenn Sie Blancco Erasure Software Images verwenden, die mit der Management Console kommunizieren, müssen Sie die Kommunikationsports für die Images an die neuen Server-Port-Einstellung anpassen.