The following guide describes how to install an agent in an AE system in which authentication is not used. Additional installation steps are required before the agent can be started and used if you intend to use one of the available authentication methods. More detailed information is provided in the document Advanced Security.
The files that belong to the J2EE/JMX agent are stored in the directory IMAGE:AGENTS\JMX.
1. | Setting up the JMX Agent |
---|
<load-on-startup> - Ensure that the value is always set to 1. Otherwise, the agent is not loaded and cannot be started.
<run-as><role-name> - Adjust this parameter if you intend to use roles. The role must then be defined (or deleted) in the security section (<security-role>).
A sample folder name: ucxjjmx.war
445 INFO [TomcatDeployer] deploy, ctxPath=/ucxjjmx, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/ucxjjmx.war/
2. | Using the web configuration interface |
---|
http://Server name:Port/ucxjjmx/uc4jmx
The sample address uses the string ucxjjmxbecause that is the string used in the sample folder name, before the file extension (".war"):ucxjjmx. If you chose a different name, use that name instead.
Note that the configuration file will be overwritten when you deploy the WAR file again. As a result you will have to redefine your configuration settings. Instead, you can also save a copy of your configuration file (INI file) before you start the deployment and copy it to the folder that includes the web applicationA web application is an application that is accessible over a network (Internet or intranet) and is typically coded in a programming language like Java or JavaScript, combined with a markup language like HTML. Web applications are provided on web servers and web browsers are used as GUI on client computers. after the deployment has taken place.
3. | Important notes for creating jobs |
---|