|
1 |
On the navigation panel, under Dashboards, click Application Servers > Administration > Application Servers Administration. |
|
2 |
|
3 |
|
4 |
On the Setup Options page, select the type of integration. This example describes how to Setup a new application server integration (the default selection). |
|
5 |
On the New Integration — Type page, select the type of Java application server you want to integrate with. In this case, select either JBoss on Solaris, Linux, HP-UX, or AIX, or JBoss on Windows, as appropriate. |
|
a |
The wizard refreshes, indicating that it will use the JBoss Startup Scripts. This option integrates the JBoss run.bat or run.sh startup scripts. |
|
b |
Click Next. |
|
a |
Type or select the absolute path to the JBoss Home directory. This is the JBoss installation location on the remote file system. |
|
b |
Optional — If your application server uses startup scripts with customized names, click the arrow beside Other Options to open a list of script paths and names. Type the custom names in the appropriate boxes. |
|
c |
Optional — Click the arrow beside Command Line Options to show the agent and pre-instrumentor option boxes. Use these boxes to provide command-line parameters for the agent or pre-instrumentor. |
|
• |
To add agent options, type them in the Agent Options box. |
|
• |
To add pre-instrumentation options, type them in the pre-instrumentor Options box. |
|
d |
Click Next. |
|
• |
Click New log configuration. The New Log Configuration dialog box opens. |
|
TIP: If you are uncertain about how to adjust these settings, click Help for an overview of log targets and their purposes. For details, see Creating or editing logging properties . |
|
11 |
|
a |
By default, the instrumentation script is assigned a name based on the integration type. For example: JBoss on Windows: ServerRunScript. If you want to customize this name, type the new value in the Name box. |
|
b |
Click Finish. |
|
• |
|
• |
|
• |
|
• |
|
1 |
Locate the jbossjta-properties.xml file in your JBoss server/<profile>/conf directory and open it in a text editor. |
|
2 |
Add the following line to the <properties> element. |
|
1 |
On the navigation panel, under Dashboards, click Application Servers > Administration > Application Servers Administration. |
|
2 |
On the Application Servers Administration dashboard, click Java Administration. |
|
3 |
On the Java Administration page, click the Agent Configurations tab. |
|
4 |
In the Agent Configuration view, click Advanced Configurations. |
|
5 |
Select the version of the Java EE agent that you want to edit. Click Version x.x.x to open a list of compatible versions. |
|
6 |
Click the name of the agent/java/plugins/jboss-<version>.config for the JBoss version you want to edit, and select Edit. |
|
TIP: Click Show fully qualified names to see the directory location for the files. Type all or part of the filename in the Search box (for example, jboss-) to locate the file. |
|
9 |
Click Save. |
|
1 |
|
3 |
Run the integration bat/sh file that was created by the manual installation. |
|
4 |
Open the JSW configuration file in a text editor, and add the following code before the first wrapper.java.additional code: |
|
a |
Replace <INSTALLATION DIRECTORY> with the absolute path of the Installation Directory. The path can be found on the Installations tab of the Java Administration page (accessible from the Applications Servers Administration dashboard). If the Installation Directory path is specified as a relative path, as it is by default, you may need to examine the agent machine to determine the absolute path. |
|
b |
If set.JAVA_HOME is not specified earlier in the JSW configuration file, uncomment the second line in the code block above and set <JVMPath> to the absolute path for the JVM that the service uses. |
|
c |
Replace <INTEGRATIONID> with the value determined in step 2. |
|
d |
Replace <BOOTSTRAP .JAR FILENAME> with the filename of the bootstrap JAR file created in the <VERSIONED_SUBDIRECTORY>/bootstrap/<INTEGRATIONID> directory by the pre-instrumentation task in step 1. |
|
5 |
In the JSW configuration file, add the following code after the last existing wrapper.java.additional entry: |