Operating Systems: i5/OS
Personalize the table of contents and search results
Prepare a server to use ARM
This topic describes how to prepare your server to use an Application
Response Management (ARM) agent.
Overview
WebSphere Application Server does not ship an ARM agent. However,
it supports the use of agents adhering to ARM 4.0 and ARM 2.0 standards.
To
use an ARM agent, import specific JAR files into the appropriate
directory on your server.
Procedure
- Add the ARM library to the application server configuration.
- Start the administrative console.
- Click Servers > Application Servers > server > Java
and Process Management > Process Definition > Java Virtual Machine > Custom
Properties > New.
- For the Name field, enter java.library.path.
- For the Value field, enter /QSYS.LIB/QSHELL.LIB:/QSYS.LIB/QGPL.LIB:/QSYS.LIB/QTEMP.LIB:/QSYS.LIB/QWLM.LIB.
- Click OK.
- Save the changes.
- Grant access to the native code. From the command line, run these
commands: The default profile under which the HTTP server and
the WebSphere HTTP plugin run:
GRTOBJAUT OBJ(QSYS2/LIBARM4) OBJTYPE(*SRVPGM) USER(QTMHHTTP) AUT(*EXECUTE)QTMHHTTP
The
default profile under which WebSphere Application Server runs:
GRTOBJAUT OBJ(QSYS2/LIBARM4) OBJTYPE(*SRVPGM) USER(QEJBSVR) AUT(*EXECUTE)QEJBSVR
}
Application Response Measurement
Related Reference
Performance: Resources for learning
|