################################################################################
#
# User Input Field - bootstrapPort
#
# The address for the bootstrap function and the port number for the Java Remote
# Method Invocation (RMI) connector in the application server. This value must
# not conflict with existing port assignments on the system.
#
-W wasExpressConfig.bootstrapPort="8453"
################################################################################
#
# User Input Field - soapPort
#
# The address for the Simple Object Access Protocol (SOAP) connector in the
# application server. This value must not conflict with existing port
# assignments on the system.
#
-W wasExpressConfig.soapPort="8454"
################################################################################
#
# User Input Field - helpPort
#
# The port for Eclipse
# This value must not conflict with existing port assignments on the system.
#
-W wasExpressConfig.helpPort="8455"
################################################################################
#
# User Input Field - certificateOption
#
# Select one of the following options concerning the SSL certificates.
# Legal values are: "generate" (the default value) - Generate the
# self-signed certificates during installation. "use" - Use existing
# certificates. For example, to specify that the "generate" option is selected,
# use -W wasSslConfiguration.certificateOption="generate"
#
-W wasSslConfiguration.certificateOption="generate"
################################################################################
#
# User Input Field - keystoreFileName
#
# The absolute path of the keystore file.
#
-W wasSslConfiguration.keystoreFileName="C:\Program
Files\IBM\SMServer\keys\SMServerKeyFile.jks"
################################################################################
#
# User Input Field - keystorePassword
#
# The password for the keystore file.
#
-W wasSslConfiguration.keystorePassword="<your_keystore_password>"
40 DS8000 User’s Guide