Multiple choice technology platforms and products

mws new -Dserver.name=test -Dhttp.port=8090 -Ddb.type=ms -Ddb.url=jdbc:wm:sqlserver:db_server:1433;DatabaseName=my_wm_msql;SelectMethod=direct;MaxPooledStatements=100 -Ddb.username=mws_user -Ddb.password=password

  1. This will connect the "test" MWS server to new database instance my_wm_msql

  2. Create the new instance of My webMethods Server "test"

  3. This will start the "test" MWS server to new port 8090 and connect to database instance my_wm_msql

  4. Create the new instance of My webMethods Server "test" and configure parameter as given in command line

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The mws new command creates a new My webMethods Server instance and configures it with all the specified parameters (server name, HTTP port, database type/URL/username/password) in one operation. Option D correctly describes this.