Connect to Amazon Marketplace from a Connection Pool in WebLogic

古川えりか
コンテンツスペシャリスト


amazonmarketplace ロゴ

CData

jdbc ロゴ画像

WebLogic

こんにちは!ドライバー周りのヘルプドキュメントを担当している古川です。

The CData JDBC Driver for AmazonMarketplace enables you to follow standard procedures to integrate Amazon Marketplace データ into Java Web applications. This article shows how to deploy the CData JDBC Driver for AmazonMarketplace in WebLogic server.

Install the JDBC Driver in WebLogic Server

Add the driver JAR and license file to the classpath your application will be using. The .lic file must be located in the same folder as the JAR. These files are located in the lib subfolder of the installation directory.

If you want to add the driver to all domains, add the JAR to the WEBLOGIC_CLASSPATH environment variable. add the following line to the commEnv.cmd/sh script in WL_HOME\common\bin\.

set WEBLOGIC_CLASSPATH=your-installation-directory\lib\cdata.jdbc.amazonmarketplace.jar;%WEBLOGIC_CLASSPATH%

If you want to add the driver to a specific domain, you will need to add the JAR to the PRE_CLASSPATH environment variable. Add the following line to the setDomainEnv.cmd/sh script in the bin subfolder of the folder for that domain:

set PRE_CLASSPATH=your-installation-directory\lib\cdata.jdbc.amazonmarketplace.jar;%PRE_CLASSPATH%

Create a JDBC Data Source for AmazonMarketplace

After installing the driver, create the connection.

  1. In the Domain Structure tree, click Services -> Data Sources -> New -> Generic Data Source.
  2. On the JDBC Data Source Properties page, enter the following information:
    • Name: Enter a user-friendly name; for example, amazonmarketplacejdbc.
    • JDBC Name: Enter the path the JDBC data source will be bound to; for example, jdbc/AmazonMarketplace.
    • Database Type: Select Other.

    A user-friendly name and the path to bind to. (Salesforce is shown.)
  3. Click Next to use the default options. On the last page, enter the following information and click Test Configuration:

    • Driver Class Name: Enter the driver class, cdata.jdbc.amazonmarketplace.AmazonMarketplaceDriver, in this property.
    • URL: Enter the JDBC URL. A typical JDBC URL is below:

      jdbc:amazonmarketplace:Marketplace=Japan;Sellerid=mySellerId;Mwsauthtoken=amzn.mws.myAWSAuthToken;

      Amazon Marketplace Appstore 認証を使って接続が可能です。

      • Amazon Marketplace Appstore で、CData Amazon Marketplace Drivers のページを開きます。
      • 「今すぐ承認」をクリックしで、「次へ」と進みます。出品者ID などの必要情報を記入してCData Drivers にAmazon Marketplace データへのアクセス権を付与します。
      • 手続きが完了すると、「MWS 認証トークン」が取得できます。
      • CData Drivers の接続設定画面で「Marketplace」(任意のマーケットプレイスの国)、「Sellerid」(出品者ID)、「Mwsauthtoken」(先に取得したMWS 認証トークン)を入力して接続を行います。
    • Database User Name: Enter the username, if not specified in the JDBC URL.
    • Password: Enter the password, if not specified in the JDBC URL.
    Driver connection properties. (Salesforce is shown.)

After selecting the server where you want to deploy the JDBC data source, you can now connect to Amazon Marketplace データ.

The data source deployed on the target server and enabled for connection pooling. (Salesforce is shown.)

More WebLogic Integration

The steps above show how configure the driver in a simple connection pooling scenario. For more use cases and information, see the JDBC sections in the WebLogic Data Sources chapter of the Oracle Fusion Middleware documentation.

関連コンテンツ

トライアル・お問い合わせ

30日間無償トライアルで、CData のリアルタイムデータ連携をフルにお試しいただけます。記事や製品についてのご質問があればお気軽にお問い合わせください。