Anchor | ||||
---|---|---|---|---|
|
Table of Contents | ||
---|---|---|
|
Supplied Database Connection Drivers
...
Database
...
Driver Version
...
標準装備のデータベース接続ドライバー
...
...
2007.1.1.420
...
DB2
...
3.57.82
...
H2
...
HSQLDB
...
2.2.8
...
Actian
...
3.8.3
...
Sybase ASA/IQ
...
6.0.5
...
Pervasive PSQL
...
...
DB2/AS400
...
5.2
...
JTDS (MS SQL Server, Sybase ASE)
...
1.2.5
...
MySQL
...
5.1.18
...
Oracle
...
11.2.0.3
...
PostgreSQL
...
9.1-901
...
SQLite
...
3.7.2
Adding Database Connection Drivers
If you need to add additional connection drivers then:
- Copy your JDBC driver JAR file(s) into the Yellowfin/appserver/webapps/ROOT/WEB-INF/lib/ directory.
- If the DB Name is not in Yellowfin's database list (see below) you will need to edit the file Yellowfin/appserver/webapps/ROOT/WEB-INF/web.xml and add the class name for your driver to the list in the JDBCDrivers parameter.
Note: if the database name is simply greyed out in the list you won't need to perform this step.
- You will then need to restart Yellowfin for the new driver to become available.
Updating the TCP/IP Port
The TCP/IP port is used for the connection from the browser. You may have to change the port number if you have another service running on the Yellowfin server which has a port conflict. Choose a Port number which is not being used by another service. Note: The port was initially configured during the installation process.
To update you port number open the server.xml file located in:
Yellowfin/appserver/conf/server.xml
There are two ports that are used by Yellowfin by default, and two more that can be configured:
- The port that Tomcat listens on for shut down requests (used internally by Tomcat) (see line 1, below)
- The port that Tomcat listens on for HTTP browser connections (see line 3, below)
- The port that Tomcat listens on for HTTPS browser connections (see line 21, below)
- The port that Tomcat listens on for AJP connections (used when connecting Tomcat to IIS or Apache) (see line 35, below)
...