30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents
classcontents

...

標準装備のデータベース接続ドライバー

Styleclass
ClasstopLink

top ページトップ

Database データベース

Driver Version ドライバーバージョン

Diaprism

 

CacheDB

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

...

データベース接続ドライバーの追加

Styleclass
ClasstopLink

top

If you need to add additional connection drivers then:

ページトップ

接続ドライバーを追加する必要がある場合は、次の手順に従います。

  1. JDBCドライバーのJARファイルを、YellowfinCopy your JDBC driver JAR file(s) into the Yellowfin/appserver/webapps/ROOT/WEB-INF/lib/ directory.ディレクトリにコピーします。
  2. データベース名がYellowfinのデータベースリストに存在しない場合、YellowfinIf 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.
    Image Removed
  3. You will then need to restart Yellowfin for the new driver to become available.

...

  1. xmlファイルを編集して、追加するドライバーのクラス名をJDBCDriversパラメーターのリストに追加します。
    注意:データベース名がリスト内でグレーアウトしているだけの場合、この手順を実行する必要はありません。
    Image Added
  2. Yellowfinを再起動して、新しいドライバーを使用可能にします。

TCP/IPポートの更新

Styleclass
ClasstopLink

top ページトップ

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.

TCP/IPポートは、ブラウザーからの接続に使用されます。Yellowfinサーバー上で別のサービスを実行していてポートの競合が発生している場合、通常はポート番号の変更が必要となります。別のサービスで使用されていないポート番号を選択してください。 注意:ポートは、インストールプロセスの間に初期設定されます。

ポート番号を更新するには、次の場所にあるserver.xmlファイルを開きます: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:

Yellowfinによって使用されているデフォルトの2つのポートに加え、さらに2つのポートを設定できます。

  1. Tomcatがシャットダウンリクエストの受信を待機するポート(Tomcatにより内部的に使用) (下の行1を参照)
  2. TomcatがHTTPブラウザー接続を待機するポート(下の行3を参照)
  3. TomcatがHTTPSブラウザー接続を待機するポート(下の行21を参照)
  4. TomcatがAJP接続を待機するポート(TomcatをIISまたはApacheに接続するときに使用)(下の行35を参照)
  5. The port that Tomcat listens on for shut down requests (used internally by Tomcat) (see line 1, below)
  6. The port that Tomcat listens on for HTTP browser connections (see line 3, below)
  7. The port that Tomcat listens on for HTTPS browser connections (see line 21, below)
  8. The port that Tomcat listens on for AJP connections (used when connecting Tomcat to IIS or Apache) (see line 35, below)
Code Block
xml
xml
linenumberstrue
<Server port="8085" shutdown="SHUTDOWN">		
  <Service name="Catalina">
    <Connector port="80"				
               maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true"
               URIEncoding="UTF-8"
               compression="on"
               compressionMinSize="2048"
               noCompressionUserAgents="gozilla, traviata"
               compressableMimeType="text/html,text/xml,text/plain"
               />

    <!-- Uncomment this for an SSL connector running on port 8443 (change
         the port as required). You will need to generate a certificate
         and save it in this directory as "tomcat.key" (change the
         keystoreFile and keystorePass values as required).
         See: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html -->
    <!--
    <Connector port="8443"				
               maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8"
               keystoreFile="${catalina.home}/conf/tomcat.key"
               keystorePass="password"
               />
    -->
    
    <!-- Uncomment this for an AJP connector, to connect tomcat to another
         web server such as Apache or IIS -->
    <!--
    <Connector port="8009" protocol="AJP/1.3" />	
    -->

    <Engine name="Catalina" defaultHost="localhost">
      <Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false">
      </Host>
    </Engine>
  </Service>
</Server>

...

送信メール設定

Styleclass
ClasstopLink

top

Yellowfin can be configured to broadcast electronic mail on an adhoc or scheduled basis. A SMTP server must be running for outgoing mail to be sent successfully.
By default the Yellowfin application will use localhost as the SMTP server. If you would like to use another SMTP server (such as an ISP SMTP server) you must manually modify the SMTP configuration using the Administration Configuration page.

Image Removed

ページトップ

Yellowfinでは、随時またはスケジュールに従って電子メールをブロードキャストするように構成できます。電子メールを正常に送信するには、SMTPサーバーが稼動している必要があります。
デフォルトでは、YellowfinアプリケーションはlocalhostをSMTPサーバーとして使用します。別のSMTPサーバー(ISPのSMTPサーバーなど)を使用する場合は、「システム構成」ページを使用してSMTP構成を手動で変更する必要があります。

Image Added

警告:一般的に、OEM展開ではクライアントに一部の構成項目の変更を許可したくない場合があります。ユーザーが主要な属性を変更してYellowfinのインスタンスを破損してしまうリスクが存在します。ロール管理を使用して、関連する機能をロールから削除してください。Warning: Generally in an OEM deployment you may not wish to have your clients modify the some configuration items. There is a risk that your users may modify a key attributes which will break their instance of Yellowfin. Use role management to remove the associated functions from their roles.



horizontalrule
Styleclass
ClasstopLink

top ページトップ