Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 14 Next »

Unknown macro: {scrollbar}

Note: The content on this page is not complete and the features described here are still under development.

Configuring Tomcat

The Pre-configured Installation (PCI) includes sample data and reports; however, if you are evaluating Pentaho you will want to use and display your own data in the BI Platform. The PCI includes an Apache Tomcat 5.5 Web Server, which provides you with the means to connect to your database. To access your database, you must configure a data source on Tomcat. A data source stores information, such as the database name, the required database driver, and the user ID and password needed to connect the database. Contact your database administrator to get the specific details about your database.
  Follow the instructions below to configure the data source:



  1. In the Administration Console go to...
  2. In the Required dialog box, type an easy-to-remember JNDI Name. JNDI is an interface that allows Tomcat to locate your database.
  3. Type or select the Driver Name from the list. The database driver name you select depends on the type of database you are accessing. For example, org.hsqldb.jdbcDriver is a sample driver name for a HypersonicSQL database.
  4. Type or select the Data Source URL from the list. This is the URL of your database. For example, jdbc:hsqldb:hsql://localhost/sampledata. JDBC establishes a connection to a SQL-based database and sends and processes SQL statements.
  5. Type the User ID and Password required to access your database.
  6. Click Test. A success message appears if the connection is established.
  7. Click Update to save your entries.

See also:
http://wiki.pentaho.org/display/Reporting/Creating+a+Data+Source+for+Tomcat
http://wiki.pentaho.org/display/Reporting/4.+Data+Sources

  • No labels