Parameter | Description |
node.name | Optional. Specify a new name for the cluster node that hosts the My webMethods Server instance. |
db.type | Optional. The type of database used by the server instance. Valid values are: ms - Microsoft SQL Server oracle - Oracle db2 - DB2 mysqlee - MySQL Enterprise Edition mysqlce - MySQL Community Edition |
db.url | Optional. The database connection URL. On Unix systems, enclose the database URL parameter in double quotes, as follows: "-Ddb.url=jdbc:wm:database:// host:port;databaseName=name" |
db.driver | Optional. The class name of the JDBC driver to use when connecting to the database. Required when using a JDBC driver different than the one supplied by Software AG |
db.user | Required for all external databases. User name of the database user. |
db.password | Required for all external databases. Password of the database user. |
components.overwrite | Optional. Specifies whether to overwrite the component files in the Software AG_directory\MWS\server\serverName \deploy directory that are older than the component files in the Software AG_directory\MWS\components directory. Valid values are: true - overwrite component files in the deploy directory of the server. false - do not overwrite component files in the deploy directory. This is the default value. |
dont.update.classpath | Optional. Specifies whether to update the generated My webMethods Server classpath. Valid values are: true - do not update the server classpath. false - update the server classpath. This is the default value. |