Skip to end of banner
Go to start of banner

OpenI+Deployment

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

OpenI Deployment

Pre-Requisites

  1. Installed JAVA 1.6
  2. Download the BI server zip bundled with OpenI from  {+}https://cvswiki1.wustl.edu/svn/openl/tags/OpenI_v1_cp2.7/bi_server_bundled_with_openi/biserver-ce-4.5.0-stable.zip+

Steps:

  1. Unzip its contents of the zip file to the desired location. This will be referred to as BISERVER_HOME
  2. The tomcat server is present within the BI Server. System administrator should make this accessible on the required port.
  3. Copy the ojdbc5.jar from the file server at location /files/clinportal/openi/ojdbc5.jar to location BISERVER_HOME/tomcat/lib/ directory. Make sure that ojdbc5.jar has read write permission to clinportal user only
  4. Change the connection timeout setting in BISERVER_HOME/tomcat/conf/server.xml as below 

connectionTimeout="3000"

  1. Start the server - Go to BISERVER_HOME{color}biserver-ce and run the below command:

    run 'sh start-pentaho.sh' to start the server
    To view the logs, go to  BISERVER_HOME
    /biserver-ce/tomcat/logs and run 'tail -f catalina.out'
    Once the server is started, access the application using the URL - http://<ip or domain name>:<port>/pentaho/Home
    Refer to OpenI set-up to create new study dashboards.

    Stop server:

    If you need to stop the server, go to BISERVER_HOME{color}biserver-ce and run the below command:
    run 'sh stop-pentaho.sh' to stop the server 
    To view the logs, go to BISERVER_HOME
    /biserver-ce/tomcat/logs and run 'tail -f catalina.out'
     
  • No labels