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