Parameter | Description | |
server.name | Optional. Name of the server instance. Specify a unique name among server instances on the machine. If you do not specify a value, the instance name is default. | |
http.port | Optional. Port number on which the server instance listens. Specify a unique port number among server instances on the machine. The default port number is 8585. | |
install.service | Optional. Whether to install a new My webMethods Server instance as an application or a service. Valid values are: true - Install as a service. false - Default. Install as an application. | |
node.name | Optional. The name of the cluster node that hosts the server instance. If you do not specify a name, the default value is master. | |
db.type | Required. 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 postgresql - PostgreSQL | |
db.url | Required. Database connection URL, based on the type of database and the driver. On UNIX systems, you must escape all semicolon characters in the database connection URL with backward slashes, or enclose the whole 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 used to connect to the My webMethods Server database. Required when using a JDBC driver different than the one supplied by Software AG. | |
db.username | Required for all external databases. User name assigned to the My webMethods Server database. | |
db.password | Required for all external databases. Password of the My webMethods Server database user. | |
jndiProviderUrl | Required. The URL of the Universal Messaging server to use as a JMS provider. If you do not specify a JNDI provider URL, or the Universal Messaging server is unavailable, the My webMethods Server instance starts in maintenance mode. | |
https.port | Optional. The HTTPS listener port. A value of 0 disables the listener. | |
debug.port | Optional. The Java debug port. The default port number is 10033. | |
jmx.port | Optional. The JMX port for the new server instance. The default port number is 5002. | |
http.proxy.host | Optional. The proxy host name. | |
http.proxy.port | Optional. The proxy port number. | |
http.proxy.user | Optional. The proxy user name. | |
http.proxy.password | Optional. The proxy password. | |
components.include | Optional. Components in the Software AG_directory\MWS\components directory to include in the new server instance. | |
components.exclude | Optional. Components in the Software AG_directory\MWS\components directory to exclude from the new server instance. | |
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. false - Default. Do not overwrite component files in the \deploy directory. |