What is needed on order to integrate IBM WebSphere Application Serve security and third-party security servers?
What does the following JVM argument do?
-Xverbosegclog:${SERVER_LOG_ROOT}/verbose.m%d.7/18/16M%S.%pid.txt,20,10000
-Xverbosegclog[: <file> [,<X>,<Y>]]
Causes -verbose:gc output to be written to the specified file.
If it cannot create the file (for example, if an invalid filename is passed into the command), it will redirect the output to stderr.
If you specify <X> and <Y> the -verbose:gc output is redirected to <X> files, each containing <Y> GC cycles.
The dump agent tokens can be used in the filename. See Dump agent tokens for more information. If you do not specify <file>, verbosegc.%Y%m%d.%H%M%S.%pid.txt is used.
example: -Xverbosegclog:newgclogname.log,7,10000
Which statement describes the capabilities of the deployment manager?
The deployment manager is an administration application that runs in a special application server, which is created when you install the WebSphere Application Server Network Deployment product or when you create a management profile using the deployment manager profile template.
After enabling High Performance Extensible Logging (HPEL), which configuration change will improve performance?
The text log file does not contain any content that is not also stored in either the log data repository or trace data repository. You can disable the text log to enhance server performance.
What must be done to uninstall an application using the monitored directory functionality?