Running With IBM WebSphere 8.5.3.3 by WAR File
This topic describes how to run Logi JReport Server Monitor with IBM WebSphere 8.5.3.3 by WAR File.
Assume that:
- WebSphere 8.5.3.3 has been installed to
C:\WebSphere
. - Logi JReport Server Monitor has been installed to
C:\Logi JReport\Monitor
.
Generating the WAR File
Use the tool makewar.bat/makewar.sh to build the Logi JReport Server Monitor WAR file as defined by makewar.xml for remote integration. Both makewar.bat/makewar.sh and makewar.xml are located in C:\Logi JReport\Monitor\bin
. The generated WAR file monitor.war will be saved to the directory C:\Logi JReport\Monitor\bin\distribute
.
Deploying the WAR File
To integrate Logi JReport Server Monitor with IBM WebSphere by a WAR file, take the following steps:
- Start IBM WebSphere.
- Open the Administrative Console. You can open the Administrative Console using the Start menu, or using the URL
http://hostname:9080/ibm/console
, where the hostname is host name or IP address, and 9080 is the port number. Note that the user ID must contain only letters and numbers. You can use any of them as your user ID. - After successfully logging in, expand the Applications node in the left tree, and then select New Application.
- Select New Enterprise Application on the right panel to install a new application.
- Select Local file system , and then use Browse to select your monitor.war file. Then select Next.
- Select Next.
- In Step1, type JReportMonitor in the Application Name field, and then select Next.
- Select Next for Step 2 and 3.
- In Step 4, in the Context Root section, type /monitor/, and then select Next.
- In Step 5, select Finish. The installing process may take several minutes. Please wait until the process is complete.
- After the installation process has been successfully completed, select Save.
- On the left resource tree, expand Servers, go through Server Types > WebSphere application servers > Server1 > Process Definition (in the Java and Process Management node of the Server Infrastructure section) > Java Virtual Machine (in the Additional Properties section), and type -Dmonitor.home=C:\Logi JReport\Monitor (Logi JReport Server Monitor installation folder) in Generic JVM arguments field in the Configuration tab.
- Select OK, then select Save in the Messages box. Then stop Websphere.
- Copy rmi.auth from
<server_intall_root>\bin
toC:\Logi JReport\Monitor\bin
. Enable RMI service for remote connection by setting the propertyserver.rmiserver.enable=true
in server.properties in<server_intall_root>\bin
. Then start Logi JReport Server. - Start WebSphere.
- Access Logi JReport Server Monitor using the URL
http://hostname:9080/monitor
orhttp://hostname:9080/monitor/monitor/index.jsp
.