Web 2.0 RSS and ATOM feeds setup

This sample demonstrates Web 2.0 features in this product. The sample application illustrates how you can add and read RSS and ATOM feeds.
Tip: You can run this tutorial using WebSphere® Application Server Versions 6.1 and 7.0.

To set the XPath implementation value to the JVM:

  1. Open the IBM WebSphere Application Server Admin Console:
    1. In the Servers view, right-click WebSphere Application Server and select Start.
    2. Once the server has started, right-click WebSphere Application Server and select Administration > Run administrative console. The Admin Console opens
    3. Log into the WebSphere Application Server administrative console.
  2. Click Servers > Application Servers.
  3. Click the current application server in the Application servers list. The Configuration tab for your application server opens.
  4. In the Server Infrastructure list, expand Java and Process Management and click Process Definition. The Process Definition Configuration page opens.
  5. Click Java Virtual Machine.
  6. In the Generic JVM arguments field, type -Dorg.apache.abdera.xpath.XPath=org.apache.xerces.impl.xpath.XPath
  7. Click OK and save your changes to the master configuration. This message is displayed on your current page.
  8. Restart the server to include your changes.
To run the sample on server:
  1. Right-click FeedSphereApp and select Run As > Run on Server. The Run On Server wizard opens.
  2. Click WebSphere Application Server from the list of servers and click Finish.
The sample is published to the server. A Web browser window opens.

Feedback