skip navigation
URC Consortium Logo

You are here: MyURC.org > Tools & Prototypes > UCHj > tutorial > UCHj Configuration

UCHj-Configuration


Page Contents:


File Location

The web.xml file is located at: [TOMCAT_HOME]/webapps/UCH/WEB-INF/web.xml

Context Parameters

Set the properties of Context Parameters as appropriate. You have to change only those settings which affect your application.

    <context-param>
        <param-name>resserver.appPath</param-name>
        <param-value>res.dotui.com/</param-value>
    <context-param>
    <context-param>
        <param-name>resserver.username</param-name>
        <param-value></param-value>
    <context-param>
    <context-param>
        <param-name>resserver.password</param-name>
        <param-value></param-value>
    <context-param>
    <context-param>
        <param-name>ipAddress</param-name>
        <param-value></param-value>
    <context-param>
     <context-param>
        <param-name>portNo</param-name>
        <param-value></param-value>
    <context-param>
     <context-param>
        <param-name>debugLevel</param-name>
        <param-value>1</param-value>
    <context-param>
    <context-param>
        <param-name>http://purl.org/dc/elements/1.1/title</param-name>
        <param-value>Universal Control Hub</param-value>
    </context-param>
    <context-param>
        <param-name>http://myurc.org/ns/res#type</param-name>
        <param-value>http://myurc.org/TR/uch/</param-value>
    </context-param>
    <context-param>
        <param-name>http://purl.org/dc/terms/conformsTo</param-name>
        <param-value>http://myurc.org/TR/uch1.0-20091103/</param-value>
    </context-param>


Last update: Parikshit Thakur & Team, 2010-04-30