Skip to content

Commit

Permalink
Put PushAdapter.Monitor.Enabled in UCMDB connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Man, Shuo committed Jul 28, 2016
1 parent f4f9b90 commit 7758294
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ It is recommended that AM Browser connects to a **Standby RDBMS**.
Go to the am-browser-rest\websvc folder, duplicate the `package.properties.default` file and rename the copy as `package.properties`. In the `package.properties`:

- DB connection. Make sure the database information such as `DB.datasource`, `DB.login` and `DB.password` is set correctly. Tips: You can refer to AM web service server’s package.properties file as it uses the same settings.
- UCMDB connection. Make sure `UCMDB.Server.Host`, `UCMDB.Server.Port`, `UCMDB.Server.User` and `UCMDB.Server.Password` are set correctly.
- UCMDB connection. Make sure `PushAdapter.Monitor.Enabled`, `UCMDB.Server.Host`, `UCMDB.Server.Port`, `UCMDB.Server.User` and `UCMDB.Server.Password` are set correctly.
- Server port. If 10081, the default port of the REST Service, is occupied, modify am-browser-rest\apache-tomcat-8.0.36\conf\server.xml to set another port.

> Set `PushAdapter.Monitor.Enabled` to `true` to provide UCMDB Adapter REST API for AM Browser Adapter module.
1. (Optional) Generate key files.

- If the server instance is for temporary trial only, you can skip this step and it will use the default files.
Expand Down

0 comments on commit 7758294

Please sign in to comment.