Advanced configurations
Learn about the system properties that we can modify in the ibmim-web.ini file if we are managing our installations with the Installation Manager web server.Depending on the operating system, the ibmim-web.ini file is in one of the following directories:install_dir/InstallationManager/eclipse/web
ibmim-web.ini file system properties
Name Description org.osgi.service.http.port Port used for connection in regular mode.
Default is 9090
Example: -Dorg.osgi.service.http.port=9091org.osgi.service.http.port.secure Port used for connection in secure mode.
Default is 9095
Example: -Dorg.osgi.service.http.port.secure=9096org.eclipse.equinox.http.jetty.ssl.keystore Path to keystore in secure mode.
Example: -Dorg.eclipse.equinox.http.jetty.ssl.keystore=security/.keystoreorg.eclipse.equinox.http.jetty.ssl.keypassword Password used to unlock the keystore referenced by org.eclipse.equinox.http.jetty.ssl.keystore.
Example: -Dorg.eclipse.equinox.http.jetty.ssl.keypassword=password
Related concepts:
Work from a web browser Multiple browser sessions Related tasks:
Start and stop the Installation Manager web server Securely start and stop the Installation Manager web server
Home