The example directory paths listed below are based on Solaris or Linux (referred to as Unix). The instructions are applicable to both Unix and Windows installations; however, the format of the paths for Windows would use the Windows format, i.e. C:\JReport\Server
instead of /opt/JReport/Server
.
It is assumed that:
/opt/IBM/WebSphere7/AppServer
directory. /opt/JReport/Server/bin/distribute
directory. To create the WAR file, refer to the instructions in Building a WAR/EAR file to include a self-contained JReport Server.To deploy JReport Server to IBM WebSphere:
/opt/JReport/Server/derby
to the /opt/IBM/WebSphere7/AppServer/lib
directory./opt/IBM/WebSphere7/AppServer/bin/startServer.sh <servername>
to start the server. The default server name is server1.http://hostname:9060/ibm/console
, where the hostname is host name or IP address, and 9060 is the port number.http://<hostname>:9080/jreport/jrserver
http://<hostname>:9080/jreport/admin/index.jsp
http://<hostname>:9080/jreport/jinfonet/index.jsp
If you run into problems when using JReport Server in IBM WebSphere, send the log files of JReport Server to support@jinfonet.com. The following procedure illustrates how to generate the log files:
reporthome/logs.
The WebSphere log files may also help to identify the problem. The most useful one is in /opt/IBM/WebSphere7/AppServer/profiles/AppSrv01/logs/server1/SystemErr.log.
Note: For WebSphere Application Server Liberty Profile V8.5.5.2, you need to do the following:
${WebSphere_home}/usr/servers/defaultServer
:
<featureManager>
<feature>jndi-1.0</feature>
</featureManager>
${wlphome}/usr/servers/defaultServer/dropins
and then start WebSphere Application Server Liberty Profile V8.5.5.2. In this way the sample reports will be able to run well.