Launching Two IETPs Simultaneously

In order to launch two IETPs on different ports simultaneously, AutoStartID, ProgramTitle, UniqueCDIdentitfier, and port number must be unique.

Procedure

  1. Clear out old configuration. Remove:

    C:\XyEnterprise\ContentaView\var\IETMNAME1

    C:\XyEnterprise\ContentaView\var\IETMNAME2

  2. Update launch.ini, wietmsd.xml, and wietmsd_prg.xml located in

    IETMNAME1\data

    and

    IETMNAME2\data

    respectively, using the configuration below.

  3. Run autoplay.exe to run images of both CDs with new configuration.

Results

Configuration to run multiple instances:

  • launch.ini

    Instance #1:

    AutoStartId=2085
    ProgramTitle=LiveContent Server1
    AccessURL1= http://localhost:2245/servlets3/wietmsd
    AccessURL2= http://localhost:2245/wietmsd3/help/about.html

    Instance #2:

    AutoStartId=2086
    ProgramTitle=LiveContent Server2
    AccessURL1= http://localhost:2246/servlets3/wietmsd
    AccessURL2= http://localhost:2246/wietmsd3/help/about.html
  • wietmsd.xml

    Instance #1:

    <configitem name="UniqueCDIdentifier">
    <value>ITEMNAME1</value>
    </configitem>
    

    Instance #2:

    <configitem name="UniqueCDIdentifier">
    <value>IETMNAME2</value>
    </configitem>
    
  • wietmsd_prg.xml

    Instance #1:

    <configitem name="app.port">
    <comments>Server port</comments>
    <value>2245</value>
    </configitem>
    

    Instance #2:

    <configitem name="app.port">
    <comments>Server port</comments>
    <value>2246</value>
    </configitem>