Updating the Connection Details in the Web Services

  1. Locate:

    webapps\DevManager\WEB-INF\classes

    under the Tomcat installation:

    For a default installation, this will be under:

    C:\Program Files\Serena\common\tomcat\6.0

  2. Edit connections.xml

  3. Change the connection details to match your Dimensions CM server using the example below:

    <mapping>

    <CMConnection>

    <dbConnection>dim10</dbConnection>

    <dbName>cm_typical</dbName>

    <password>password</password>

    <server>dvm-cmserver</server>

    <username>DMSYS</username>

    </CMConnection>

    </mapping>

     

    Note that if you are using SSO, you do not specify the username and password.

  4. Restart Tomcat.