Oracle Audio Technologies A86828-01 Server User Manual


 
Monitoring JServ Processes
2-8 Oracle HTTP Server powered by Apache Performance Guide
Monitoring JServ Processes
After you start the Oracle9i Application Server, you can check to ensure that all
JServ processes have started normally.
1. Remove the comments in the JServ status handler section of the jserv.conf file to
enable monitoring and specify the host(s) that can access JServ status (the
default is localhost). Be aware of security implications when selecting the hosts
that will be allowed to access status information on your system.
<Location /jserv/>
SetHandler jserv-status
order deny, allow
deny from all
allow from
oracle
.com
</Location>
2.
Type the following into your browser:
http://hostname:port/jserv/
The port must be the port on which the web server listens (found in the
httpd.conf file). Always include the trailing slash (/) in this URL. A “not found”
error occurs if you omit the trailing slash.
A Configured Hosts column displays links to hosts.
3. Click the host to monitor.
The JServ status information for the host displays as shown in Figure 2–3.
Note: The JServ status monitor shows all of the JServ processes
that are configured in the jserv.conf file, but not all of these may
have been started. For example, Figure 2–3 shows four processes,
but only two have a Status of Up (indicating that the process is able
to service requests).