Latest post Mon, Aug 28 2023 7:21 AM by IReneOP. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • Wed, Oct 26 2022 2:45 PM

    • lawsonr
    • Top 500 Contributor
    • Joined on Thu, Jun 8 2006
    • CBS News
    • Posts 319
    • Points 3,750

    iNews Web Services API setup guidance

    Hello,

     

    We are looking to set up a proof of concept iNews integration, and I am working through the web services API documentation. I'm setting up an instance of Apache Tomcat to install the inews web services.WAR file - all good. Web services is up and running. I've reached the step in the guidelines which reads "Modify Tomcat’s .\webapps\webclient\WEB-INF\web.xml file with the appropriate iNEWS systems and settings, and then restart the Web Client deployment." This is all well and good, but it's unclear exactly where in that web.xml file I need to add in the information about my iNews server.

    I am not a web developer, and iNews administration is also new to me so any advice would be appreciated. Thanks in advance,

    ---

    Rob Lawson

    CBS News

     

     

    Media Composer 2018.12.10; Nexis Enterprise E4; MediaCentral Cloud | UX 2019.9; Production Asset Management; Media Asset Management [view my complete system specs]

    --- Rob Lawson System Administrator, ACSR CBS News

    Filed under:
  • Mon, Aug 28 2023 7:21 AM In reply to

    • IReneOP
    • Not Ranked
    • Joined on Tue, Feb 23 2021
    • Posts 2
    • Points 5

    Re: iNews Web Services API setup guidance

    Here's a general outline of what you need to do for setting up B2B data building:

    1. Locate web.xml: The web.xml file is usually located in the WEB-INF directory within the webapps/webclient directory of your Tomcat installation.

    2. Backup: Before making any changes, it's a good practice to create a backup of the web.xml file so that you can revert if something goes wrong.

    3. Identify Initialization Parameters: In the iNEWS integration documentation, there should be a list of initialization parameters that need to be set in the web.xml file. These parameters would include information about your iNEWS server, such as server hostname, port number, authentication credentials, and other settings.

    4. Modify web.xml: Open the web.xml file using a text editor and look for the <context-param> section. This is where you'll add your initialization parameters.

    5. Add Initialization Parameters: For each parameter mentioned in the documentation, you will add a <context-param> entry. Here's a general format:

    <context-param>
        <param-name>parameterName</param-name>
        <param-value>parameterValue</param-value>
    </context-param>

     

     

Page 1 of 1 (2 items)

© Copyright 2011 Avid Technology, Inc.  Terms of Use |  Privacy Policy |  Site Map |  Find a Reseller