Upgrading the SDL Tridion Docs 13 SP1 or SDL Knowledge Center 13 RESTful API
Upgrade the set of resources in your client web application that constitute the RESTful API.
Procedure
- On your client machine, where the RESTful API is set up, navigate to your web application's WEB-INF/ directory.
- Navigate to its configuration subdirectory, classes/.
- Back up the contents of this folder to a safe location.
- On your SDL Tridion Docs 14 installation media, navigate to the folder Content Delivery\roles\.
- Navigate to the api\rest\java\ subfolder.
- Navigate to the config\ subfolder.
- Merge the configuration files in this location with the ones in your WEB-INF/classes/ directory, taking care to preserve any customizations you may have made to these files.
- On your client machine, navigate to the sibling directory WEB-INF/lib/.
- Back up the contents of this folder to a safe location.
- Delete the contents of this folder.
- On the installation media, navigate to the sibling folder Content Delivery\roles\api\rest\java\lib\.
- Copy over all files from the installation media to the web application's library directory, overwriting files when prompted.
- Restore all custom JAR files that you backed up.
- Restart your web application.