Table of Contents
Categories
To verify that the Reports Servlet is running, navigate to the following URL:
http://your_machine_name.domain_name:your_port_number/reports/rwservlet/help
Note that the URL is case sensitive. If this URL executes successfully, you should get a help page describing the rwservlet
command line arguments.
To verify that Reports Server is running, navigate to the following URL:
http://your_machine_name.domain_name:your_port_number/reports/rwservlet/getserverinfo?server=server_name
The server=
server_name
argument is not required if you are using the default Reports Server name (rep_
machine_name
) or the Reports Server specified in the servlet configuration file, rwservlet.properties
($DOMAIN_HOME/config/fmwconfig/servers/<WLS_SERVER_NAME>/applications/reports_<version>/configuration
). If this URL executes successfully, you should see a the Reports Server information.
Note:
You'll find more information about the servlet configuration file in Section 7.3, "Oracle Reports Servlet Configuration File".