-
To reserve
the URLs, you must execute the following commands in a Command
Prompt window with administrator rights, replacing the port
number and the account name with the appropriate values. If you are
using http, replace url=https with url=http.
- netsh http add urlacl url=https://+:[Port Number]/mws/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number]/mws/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number]/mwsbasic/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number]/mwsrest/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number]/RemoteDebugger/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number]/RemoteControlService/ user=[Windows-user-account]
- netsh http add urlacl url=https://+:[Port Number] user=[Windows-user-account]
- From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor.
-
For the
first command, search for the first
<add baseAddress element
ending with /mws and use the port number used in
this element to execute the command.
Example: <add baseAddress="http://localhost:8010/mws" />
Command to execute: netsh http add urlacl url=https://+:8010/mws/ user=[Windows-user-account]
-
For the
second command, search for the second
<add baseAddress element
ending with /mws and use the port number used in
this element to execute the command.
Example: <add baseAddress="http://localhost:8011/mws" />
Command to execute: netsh http add urlacl url=https://+:8011/mws/ user=[Windows-user-account]
-
For the
third command, search for the <add baseAddress element ending
with /mwsbasic and use the port number used in
this element to execute the command.
Example: <add baseAddress="https://localhost:8111/mwsbasic" />
Command to execute: netsh http add urlacl url=https://+:8111/mwsbasic/ user=[Windows-user-account]
-
For the
fourth command, search for the <add baseAddress element
ending with ending with /mwsrest and use the port
number used in this element to execute the command.
Example: <add baseAddress="https://localhost:8111/mwsrest" />
Command to execute: netsh http add urlacl url=https://+:8111/mwsrest/ user=[Windows-user-account]
-
For the
fifth command, search for the <endpoint address element for /RemoteDebugger and
use the port number used in this element to execute the command.
Example: <endpoint address="http://127.0.0.1:8012/RemoteDebugger" ...
Command to execute: netsh http add urlacl url= https://+:8012/RemoteDebugger/ user=[Windows-user-account]
-
For the
sixth command, search for the <endpoint address element for /RemoteControlService and
use the port number used in this element to execute the command.
Example: <endpoint address="http://127.0.0.1:4721/RemoteControlService" ...
Command to execute: netsh http add urlacl url= https://+:4721/RemoteControlService/ user=[Windows-user-account]
-
For the
seventh command, search for the line starting with <mwswebapi
ipport= and use the port number used in this element to
execute the command.
Example: <mwswebapi ipport="9010" ...
Command to execute: netsh http add urlacl url=https://+:9010/ user=[Windows-user-account]
-
Execute
the following command using all ports used in the previously executed
commands.
Example: netsh http add urlacl url=https://+:[PortNumber]/ user=[Windows-user-account]
Commands to execute:netsh http add urlacl url=https://+:8010/ user=[Windows-user-account] netsh http add urlacl url=https://+:8011/ user=[Windows-user-account] netsh http add urlacl url=https://+:8111/ user=[Windows-user-account] netsh http add urlacl url=https://+:8012/ user=[Windows-user-account] netsh http add urlacl url=https://+:4721/ user=[Windows-user-account]
- On the Content Composer server, open the Local Computer - Personal - Certificates certificate store.
- Right-click the composer.server certificate and then click All Tasks | Manage Private Keys.
- In the Permission for composer.server private keys dialog box, add the user account used in this topic.
- Verify that the added user account has at least read access and then click OK.
- Right-click the composer.service certificate and then click All Tasks | Manage Private Keys.
- In the Permission for composer.service private keys dialog box, add the user account used in this topic.
- Verify that the added user account has at least read access and then click OK.
- Complete the steps in Granting Access Rights to the RSA Container in the Content Composer Installation Guide for the user account used in this topic.
-
If you are using HTTPS, you must grant
the user account the needed rights for the SSL certificate. Complete
the following substeps:
- On the Content Composer server, open the certificate manager and locate the SSL certificate.
- Right-click the SSL certificate and then click All Tasks | Manage Private Keys.
- In the Permission dialog box, add the user account used in this topic.
- Verify that the added user account has at least read access and then click OK.
To run the Composer.MWS service with a user account
without administrator rights: