Documentation Center

Upgrading the configuration of a Java JSP Content Delivery Web service

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

  1. In the root folder of a Java Web application that contains the Content Delivery Web service, open the file web.xml for editing.
  2. Find the <init-param> section that has its <param-name> subelement set to the value com.sun.jersey.config.property.classnames.
  3. 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
  4. Save and close web.xml and restart the Web application.
  5. Continue with the next Web application that contains the Content Delivery Web service.