Parameter | Description | |
server.name | Name of the server instance. The name must be unique among server instances on the machine. If you do not specify a custom name, the name of the server instance is default. | |
http.port | Port number on which the server instance listens. The port number must be unique among server instances on the machine. The default port number is 8585. | |
install.service | Optional. Specifies whether to install a new My webMethods Server instance as an application or a service. The choices are: true - install as a service. false - install as an application. This is the default value. | |
db.type | Required for all databases except the embedded database. The type of database used by the server instance. The choices are: | |
ms | Microsoft SQL Server | |
oracle | Oracle | |
db2 | DB2 | |
db.url | Required for all databases except the embedded database. 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.username | Required for all databases except the embedded database. User name assigned to the My webMethods Server database. | |
db.password | Required for all databases except the embedded database. Password of the My webMethods Server database user. | |
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. | |
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. | |
http.proxy.hosts | Optional. Bypass proxy hosts. Separate the entries omitting any spaces and using a vertical bar(| symbol). | |
server.features | The set of component features configured with the server instance: The choices are: | |
core | The minimum set of features needed to support development of JSR 168 portlets using Software AG Designer. This is a pure runtime, with a single skin and shell, and no administration or configuration features. | |
default | The standard set of My webMethods Server features, but without extras or development tools found in the MWS/components folder. This is the default value. | |
fabric | The default My webMethods Server taxonomy with all installed My webMethods Server user interfaces. | |
all | The standard set of features plus all components found in the MWS/components folder. |