AD Web Services
Note:
- The IBM® AD Catalog and IBM AD Audit are deployed on the same IBM WAS Liberty Web Server. Back up the web services together because they are using the same configuration file.
- The server.xml file is the only file that is changed and can be configured after the deployment of the IBM AD Catalog and IBM AD Audit.
Procedure
- Back up the IBM AD
Catalog and IBM AD Audit databases.Both IBM AD Catalog and IBM AD Audit require a database. To back up the databases that are used by the IBM AD Catalog and IBM AD Audit, see the server.xml file and get the database connection details.
- For the Audit web service, search for the following data
source:
<dataSource id="DefaultDataSource" jndiName="jdbc/datasource" type="javax.sql.DataSource">
- For the Catalog web service, search for the following data
source:
<dataSource id="ADCatRDB" jndiName="jdbc/ad/catalog/relational" type="javax.sql.DataSource">
- For the Audit web service, search for the following data
source:
- Back up the server.xml configuration file.
Add the server.xml file in the backup directory for web services. The server.xml file is under the web service installation path: <was_liberty_path>\usr\servers\ad_server.
- For the IBM AD Catalog web service, back up the DataColector configuration files DC.properties and zoscdc.cmd. The files are stored under the zoscDataCollector directory in the same location as the IBM WAS Liberty.