Showing posts with label DP. Show all posts
Showing posts with label DP. Show all posts

Thursday, February 16, 2017

IBM Datapower Developerworks Articles


IBM Datapower DeveloperWorks Articles
4.    Integrating the WebSphere DataPower SOA Appliance XI50 with the WebSphere Application Server V7 default JMS messaging provider
6.    Using OAuth on IBM WebSphere DataPower Appliances
7.     SOA governance using WebSphere DataPower and WebSphere Service Registry and Repository
8.    Leverage DataPower SOA Appliances to extend InfoSphere Master Data Management Server security capabilities
9.    Using WebSphere DataPower and WebSphere MQ File Transfer Edition to manage file transfers
10.  Configuring a WebSphere DataPower Kerberos-secured backend server
11.   Overriding the WebSphere DataPower WSDL optimization conversion
13.  Using the WebSphere DataPower Option for Application Optimization to demonstrate self-balancing across multiple DataPower appliances and intelligent load distribution to backend servers
14.  Integrating WebSphere DataPower SOA Appliances with WebSphere MQ
15.  Performance advantages of using WebSphere DataPower XC10 Appliance as a side cache for a Java application
16.  Integrating DataPower with WebSphere Message Broker using the Broker Explorer
17.  Integrating WebSphere DataPower XML Security Gateway XS40 with WebSphere Message Broker
20. Integrating Web applications with the DataPower Web application firewall service
21.  Managing WebSphere DataPower SOA Appliance configurations for high availability, consistency, and control, Part 1
22. Managing WebSphere DataPower Device configurations for high availability, consistency, and control, Part 2: Application promotion strategies
24. Using DataPower SOA Appliances to query WebSphere Service Registry and Repository

Wednesday, October 26, 2016

How to create an SSL proxy policy



Adding an SSL proxy policy
How to add an SSL proxy policy to a user agent when requests require a secured connection.
About this task
Add an SSL proxy policy to secure the connection. The SSL proxy profile supports secure access to the HTTP proxy server. The SSL proxy profile must be either a client or two-way profile. If the target URL matches the expression, the connection uses the SSL proxy profile to secure the connection.
Procedure
  1. In the search field, enter User Agent.
  2. From the search results, click User Agent.
  3. Click the name of a user agent configuration.
  4. Click the SSL Proxy Profile Policy tab.
  5. Add a policy.
    1. Click Add.
    2. In the URL Matching Expression field, enter a shell-style expression to be the matching pattern for the URL set.
    3. From the SSL Proxy Profile list, select the profile to support secure access to the HTTP proxy.
    4. Click Apply.
  6. Optional: Repeat the previous step to add another policy.
  7. Click Apply to save the changes to the running configuration.
  8. Optional: Click Save Configuration to save the changes to the persisted configuration.

Adding an SMTP client policy



Adding an SMTP client policy
How to add an SMTP client policy to a user agent.
About this task
Availability: Appliances with the B2B feature.
The user agent controls the client settings for outgoing SMTP connections for requests that match the URL expression. These client settings can be overridden by query parameters in the URL that initiates the mail transfer.
Procedure
  1. In the search field, enter User Agent.
  2. From the search results, click User Agent.
  3. Click the name of a user agent configuration.
  4. Click the SMTP Client Policies tab.
  5. Add a policy.
    1. Click Add.
    2. In the URL Matching Expression field, enter a shell-style expression to be the matching pattern for the URL set.
    3. In the Recipient email field, enter the default email address to which to send email messages.
    4. In the Sender email field, enter the default email address that identifies the sender.
    5. In the Subject field, enter the default subject for email messages.
    6. From the Options list, click the check boxes for the SMTP options to enable.
    7. To use the Simple Authentication and Security Layer (SASL) client authentication: From the Client Authentication list, select the authentication method.
    8. Click Apply.
  6. Optional: Repeat the previous step to add another policy.
  7. Click Apply to save the changes to the running configuration.
  8. Optional: Click Save Configuration to save the changes to the persisted configuration.

Distributed Computing: A Guide to Comparing Data Between Hive Tables Using Spark

In big data, efficient data comparison is essential for ensuring data integrity and validating data migrations. Apache Spark, with its in-me...