Dashboard Home Page

Web Server Setup

Web Server Setup

Make sure you download the necessary files as mentioned here

 

You need to modify the infocaptor_repository.php file in notepad or any text editor to update with the necessary information.

 

Let us assume the following

- Your webserver domain is http://xyzMyCompanyDomain.com

- You will place all the dashboards and InfoCaptor files in a directory under the webserver

- let us create a directory with a name "dashboards" under the domain http://xyzMyCompanyDomain.com

- Copy the following files in the "/dashboards" directory

  ----infocaptor_server.jar

  ----mysql-connector-java-5.0.5-bin.jar

  ----jtds-1.2.1.jar

  ----ojdbc14.jar

  ----Database configuration file(s)

  ----All your dashboard files (*.icv)

  ----Modify the infocaptor_server.php, save it and then copy it to /dashboards directory

 

--Once all the files are copied, you will launch InfoCaptor by simply typing the following URL on your browser

  http://xyzMyCompanyDomain.com/dashboards/infocaptor_repository.php

 

Please proceed and update the infocaptor_repository.php file with the needed information

 

1 . Code base pathCode base path

Code base path

The first thing that we need to provide is the location where the infocaptor_mysql.jar file is residing. (The steps are same if using infocaptor_oracle.jar or for other databases)

 

In the fictional example, your codebase="http://xyzMyCompanyDomain.com/dashboards"

 

2 . Title and DescriptionTitle and Description

Title and Description

You may modify the Title and Description or leave them as it is

 

3 . Jar file nameJar file name

Jar file name

If connecting to MySQL then use mysql-connector-java-5.0.5-bin.jar

, for Oracle use ojdbc14.jar , for SQL Server or Sybase use jtds-1.2.1.jar

 

 

 

4 . Dashboard base PathDashboard base Path

Dashboard base Path

This is the base path indicating where all your dashboard definition files are located. Dashboard Definition files have *.icv extension.

 

In our example the dashboard_base_path=http://xyzMyCompanyDomain.com/dashboards/

 

5 . Repository InformationRepository Information

Repository Information

Enter the values based on which database schema your repository information is residing. It should be the same what you entered during the repository setup