COSMOS Demo Setup

COSMOS provides a program that helps install and configure the web applications and web services required for the demonstration. The install program is located at <cosmos-demo>\bin. Run configDemo.bat or configDemo.sh to start the install program on Windows and Linux respectively. The install program assumes your <cosmos-demo> directory and the web server installation are on the same host. The configDemo program accepts four parameters described in the section that follows.

  1. <web-server-dir>: Web Server install directory
    Note: The directory where the web server is installed is referred to as <web-server-dir> in this document.
  2. cosmosDir: COSMOS Demo install directory <cosmos-demo>
  3. birt: Path to BIRT Runtime zip file
  4. axis2war: (optional) Path to the axis2.war file. Need clarification on how to alter this. You will see something like the following in a successful execution of the config program.
    Installed web application: COSMOSReportViewer
    Installed web application: COSMOSUI
    Unzipping /cosmos/i14/birt-runtime-2_3_0.zip to /cosmos/i14/<web-server-dir>/webapps/COSMOSReportViewer...
    Unzipped BIRT to COSMOSReportViewer
    Copied BIRT web viewer example to COSMOSReportViewer
    Installed web service: SMLMDR
    Installed web service: AperiMdr
    Installed web service: Broker
    Installed web service: ServiceFinder
    Installed web service: StatDataManager
    Installed web service: LoggingDataManager
    Installed web service: TestFederatingCMDB
    Installed web service: ExampleMdr
    Copied axis jar files to COSMOSUI. Need clarification on how to alter this, if any alteration is needed.
    Copied axis jar files to COSMOSReportViewer. Same issue this.
    Copied axis jar files to cosmos client. Same issue
    Updated axis2.xml. Same issue
    Updated services.xml for SML MDR.
    Updated services.xml for statistical MDR.
    Installed broker database to /cosmos/i14/<web-server-dir>/webapps/axis2/WEB-INF/database/brokerdb.xml Same issue.