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/BEA directory. This is referred to as BEA_HOME in the WebLogic documentation./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 Enterprise Server.To deploy JReport Enterprise Server to BEA WebLogic 8.1:
/startWebLogic.sh. You will be prompted for the login and password you created such as Username weblogic and Password weblogic. You should see a message that the server started in RUNNING mode and that it is listening on port 7001.http://hostname:7001/console/, where the hostname is host name or IP address, and 7001 is the port number. The 7001 port is the default although it may be different on your installation. The port number was specified when you created your WebLogic domain.
To login, use a user with the Administrator role. If you didn't change the default for the domain it is Username weblogic and Password weblogic.
http://<hostname>:7001/jreport/jrserver
http://<hostname>:7001/jreport/admin/index.jsp
http://<hostname>:7001/jreport/jinfonet/index.jsp
If you run into problems when using JReport Enterprise Server in BEA WebLogic, send the log files of JReport Enterprise Server to support@jinfonet.com. The following procedure illustrates how to generate the log files:
-Dlogall=true on the same line as -Dreporthome in the startWebLogic.sh shell script.reporthome/logs.
The WebLogic log file may also help to identify the problem. It is /opt/BEA/user_projects/domains/reporting/reporting.log.