In computer B, use the tool makewar.bat to build the JReport Server WAR file as defined by makewar.xml for remote integration. Both makewar.bat and makewar.xml are located in C:\JReport\Server\bin. Run the following commands in DOS window and the generated WAR file remote.war will be saved to the directory C:\JReport\Server\bin\distribute.
In computer B, access the WebSphere Administrative Console by using the URL: http://hostname:9060/ibm/console, where the hostname is computer A's host name or IP address, and 9060 is the port number.
After successfully log in, expand the Applications node, select Application Types and then Websphere enterprise applications.
Click Install.
Click Browse to select the remote.war file, and then click Next.
Keep clicking Next until you see the requirement for specifying context root.
In the Context Root field, type a context path such as /remote/, then click Next.
Click Finish in the Summary page. The installing process may take several minutes, wait until the process is completed.
Click Save.
Select remote.war and then click Start.
Access JReport Server using the following URL:
http://hostname:9080/remote/jinfonet/default.jsp
Here the hostname is computer A's host name or IP address.