Represents a connection to a Rational Asset Manager repository. Many types inherit the server from their parent element. Although an ID is not required, most elements that require a server will take only the ID of previously defined server tag.
| Attribute | Description | Required |
| url | The URL for the Rational Asset Manager repository. To obtain this URL, in the web client, click Help and select Extensions. The URL is the value for the Repository location. | Yes |
| username | The user name to log in to the Rational Asset Manager repository. The server activities are limited to the permissions that are granted to this user. | Yes |
| password | The password to log in to the Rational Asset Manager repository | Yes |
Connect to a local repository as admin
<server id="ramServer" url="http://localhost:8080/com.ibm.ram.repository.web.ws.tomcat" username="admin" password="admin" />