Working with Java plug-ins
Use the Plugin Configuration tab to create, view, or modify plug-ins and their configuration settings.
To create a Java plug-in
- In a browser, open the BMC Remedy AR System Administration Console, and click System > General > Plugin Server Configuration.
- On the AR System Administration:Plugin Server Config form, open the Plugin Configuration tab, and click Create to open the Create New Plugin form.
- Enter values for the following fields, and click OK:
Field name | Description |
---|---|
Plugin Name | Enter the name of the plug-in. |
Plugin Class Name | Enter the name of the Java class that will implement the plug-in. Value: Any valid class name from the JAR file |
Plugin File Name | Enter the name of the file that the plug-in server loads to access the plug-in implementation. Note: This file is located in the plug-in server class path. Value: The absolute file name of the JAR file that contains the class that contains the plug-in implementation and all the dependent JAR files |
AR Server | Enter the AR System server name where the Server-Plugin-Alias entry will be created. |
Create Server Plugin Alias Entry in ARServer | Select the check box to create the Server-Plugin-Alias entry in the AR System Configuration Component Setting form. Note: For the AR System server to communicate with the Java plug-in, you must create the Server-Plugin-Alias entry in the AR System Configuration Component Setting form. |
Path Elements | Click the plus sign and enter the location of a dependent JAR file or the path to a dependent native library. Each plug-in element can contain zero or more pathelement elements. |
User Defined Elements | (Optional) Click the plus sign and enter the user-defined configuration elements:
Note:
|
To view a Java plug-in
- In a browser, open the BMC Remedy AR System Administration Console, and click System > General > Plugin Server Configuration.
On the AR System Administration:Plugin Server Config Form form, open the Plugin Configuration tab.
Field name
Description
Plugins
Displays the list of available plug-ins
Plugin Class Name
Displays the name of the Java class in the JAR file that implements the plug-in
Plugin File Name
Enter the name of the file that the plug-in server loads to access the plug-in implementation.
Note: This file is located in the plug-in server class path.
Value: The absolute file name of the JAR file that contains the class that contains the plug-in implementation and all the dependent jar files.
Path Elements
Displays the location of the dependent JAR file or the path of the dependent native library
User Defined Elements
(Optional) Displays the user-defined configuration elements for the selected plug-in
To modify a Java plug-in
- In a browser, open the BMC Remedy AR System Administration Console, and click System > General > Plugin Server Configuration.
- On the AR System Administration: Plugin Server Config form, open the Plugin Configuration tab.
- In the Plugins list, select the plug-in that you want to modify.
- Click Modify to open the Modify Existing Plugin form.
- Modify the data as needed, and click OK.
To delete a Java plug-in
- In a browser, open the BMC Remedy AR System Administration Console, and click System > General > Plugin Server Configuration.
- On the AR System Administration:Plugin Server Config Form form, open the Plugin Configuration tab.
- In the Plugins list, select the plug-in that you want to delete, and click Delete.
- In the confirmation box, click Confirm.
Related topics