Update the web.xml file of all Java Web applications that contain the Content Delivery Web service. That includes the session preview Web application and UGC Web applications.
Procedure
- In the root folder of a Java Web application that contains the Content Delivery Web service, open the file web.xml for editing.
- Find the
<init-param> section that has its <param-name> subelement set to the value com.sun.jersey.config.property.classnames.
- The
<param-value> subelement has a value consisting of the following packages, separated by semicolons:
com.tridion.webservices.odata.ODataWebservice
com.tridion.webservices.linking.LinkingService
com.tridion.webservices.odata.JAXBContextResolver
Remove the last package name so that the value reads:
com.tridion.webservices.odata.ODataWebservice;com.tridion.webservices.linking.LinkingService
- Save and close web.xml and restart the Web application.
- Continue with the next Web application that contains the Content Delivery Web service.