Wiki Markup |
---|
{anchor:top} {toc: class=contents} h2. Supplied Database Connection Drivers 標準装備のデータベース接続ドライバー {styleclass: Class=topLink} [topページトップ|#top] {styleclass} ||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 | h2. Adding Database Connection Drivers データベース接続ドライバーの追加 {styleclass: Class=topLink} [topページトップ|#top] {styleclass} If you need to add additional connection drivers then: # Copy your JDBC driver JAR file(s) into the Yellowfin接続ドライバーを追加する必要がある場合は、次の手順に従います: # JDBCドライバーのJARファイルを、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データベース名がYellowfinのデータベースリストに存在{*}しない{*}場合、Yellowfin/appserver/webapps/ROOT/WEB-INF/web.xml and add the class name for your driver to the list in the JDBCDrivers parameter. xmlファイルを編集して、追加するドライバーのクラス名をJDBCDriversパラメーターのリストに追加します。 {color:#C00000#c00000}{*Note:}注意:*{color} if the database name is simply greyed out in the list you won't need to perform this step. データベース名がリスト内でグレーアウトしているだけの場合、この手順を実行する必要はありません。 !DBlist.png! # YouYellowfinを再起動して、新しいドライバーを使用可能にします。 will then need to restart Yellowfin for the new driver to become available. h2. Updating the TCP/IP PortIPポートの更新 {styleclass: Class=topLink} [topページトップ|#top] {styleclass} 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. {color:#C00000}*Note:TCP/IPポートは、ブラウザーからの接続に使用されます。Yellowfinサーバー上で別のサービスを実行していてポートの競合が発生している場合、通常はポート番号の変更が必要となります。別のサービスで使用されていないポート番号を選択してください。 {color:#c00000}{*}注意:*{color} The portポートは、インストールプロセスの間に初期設定されます。 was initially configured during the installation process. To update you port number open the server.xml file located in: ポート番号を更新するには、次の場所にあるserver.xmlファイルを開きます: 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) {color:#C00000}_(see line 1, below)Yellowfinによって使用されているデフォルトの2つのポートに加え、さらに2つのポートを設定できます: # Tomcatがシャットダウンリクエストの受信を待機するポート(Tomcatにより内部的に使用) {color:#c00000}_(下の行1を参照)_{color} # The port that Tomcat listens on for HTTP browser connections TomcatがHTTPブラウザー接続を待機するポート {color:#C00000#c00000}_(see line 3, below)(下の行3を参照)_{color} # The port that Tomcat listens on for HTTPS browser connectionsTomcatがHTTPSブラウザー接続を待機するポート {color:#C00000#c00000}_(see line 21, below)(下の行21を参照)_{color} # The port that Tomcat listens on for AJP connections (used when connecting Tomcat to IIS or Apache) TomcatがAJP接続を待機するポート(TomcatをIISまたはApacheに接続するときに使用) {color:#C00000#c00000}_(see line 35, below)(下の行35を参照)_{color} {code:xml|linenumbers=true} <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> {code} h2. Outgoing送信メール設定 Mail Settings {styleclass: Class=topLink} [topページトップ|#top] {styleclass} 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. Yellowfinでは、随時またはスケジュールに従って電子メールをブロードキャストするように構成できます。電子メールを正常に送信するには、SMTPサーバーが稼動している必要があります。 デフォルトでは、YellowfinアプリケーションはlocalhostをSMTPサーバーとして使用します。別のSMTPサーバー(ISPのSMTPサーバーなど)を使用する場合は、「システム構成」ページを使用してSMTP構成を手動で変更する必要があります。 !8.png|thumbnail,border=1! {color: #C00000#c00000}{*Warning:}警告:*{color} 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. 一般的に、OEM展開ではクライアントに一部の構成項目の変更を許可したくない場合があります。ユーザーが主要な属性を変更してYellowfinのインスタンスを破損してしまうリスクが存在します。ロール管理を使用して、関連する機能をロールから削除してください。 \\ \\ {horizontalrule} {styleclass: Class=topLink} [topページトップ|#top] {styleclass} |
Page Comparison
General
Content
Integrations