You can access JReport Server through a web browser such as Internet Explorer, Firefox, or Google Chrome.
To log onto JReport Server, first start the server via one of the following ways:
<install_root>\bin
. C:\JReport\Server
on Windows or /opt/JReport/Server
on Linux, you can type the following commands:
C:\>cd JReport\Server\bin
C:\JReport\Server\bin>JRServer.bat
$cd /opt/JReport/Server/bin
$./JRServer.sh
Then,
http://ip_or_hostname:port
(by default, the port for accessing the JReport Console page is 8888).http://ip_or_hostname:port
(by default, the port for accessing the JReport Administration page is 8889).Tip: If you don't know the IP address of the machine on which the server runs, and if it is the same machine where you run JReport Server, you can use localhost instead of the IP address. You can also open a console window such as telnet on the server machine and type hostname, then the name of the host will be displayed.
Local users can also access JReport Server in a fast way with the launch pad, which is a convenient entry to access the server without having to start it. The launch pad provides some key functions of JReport Server by setting up the connections to corresponding JReport Server JSPs, which are:
To access the launch pad, click Start > All Programs > JReport 13 Update 1 > Server > JReport Server Launch Pad.
JReport Server provides a special channel that automatically creates an extra user session for management purposes if the license limit of the maximum number of concurrent users has been reached. The extra user session cannot be used to run reports or submit schedules. It can only be used by admin users for performing management operations. If your JReport Server license has a bounded limit to the maximum number of concurrent users, this feature will take effect.
Only one extra valid user session can be created and used within this special channel at any time. If an extra user session has already been created and it is still valid, your request for login will be prompted with a confirmation page asking you whether or not to close the existing extra user session. If you select Yes, a new extra user session will be created for you to perform management operations. Otherwise, you will not be allowed to log onto JReport Server.
Note: If all normal user sessions have been used up, a request from a client viewer will be denied permission to log onto JReport Server. Only a normal user session can use a client viewer to log onto JReport Server, not the extra user session.
To log off JReport Server, click the Logout link on the upper right corner of the JReport Administration/Console page.
To shut down JReport Server normally:
Also, JReport provides a feature for handling an abnormal system exit that enables the program to close itself gracefully when the Java virtual machine (JVM) is terminated in response to a user interrupt, such as typing ^C, or a system-wide event such as user logoff or system shutdown.
JReport Server supports HTTPS requests in standalone mode. Secure ports for HTTPS requests should use different ports from non-secure ports for HTTP requests. By default, port 6888 and 6889 are set as the secure ports separately for accessing JReport Console UI and JReport Administration UI. The URL for visiting JReport Server via HTTPS schema is like this:
https://IP_address or localhost:6888
SSL support is disabled by default. You need to enable it and configure corresponding settings in order to use HTTPS schema to visit JReport Server UI. This can be done either on the JReport Administration page or in the server.properties file located in the <install_root>\bin
directory.
To enable SSL function via the administration UI:
To enable SSL function in the server.properties file:
<install_root>\bin
directory.Notes: