Extensions

Extensions are used for deploying custom stages, but you can use them to specify other files that are to be deployed as part of the application.

To delete an Extension, right-click on the name in Application Properties > Extensions and select Delete extension.

To view or edit an Extension’s properties, right-click on the name in Application Properties > Extensions and select Properties.

To add a new Extension:

  1. From the Application Properties tab, right-click on Extensions or on an Extension file name and select Add Extension.
  2. In the Properties window, click Browse to select the JAR File containing the Extension. This could be for example, custom-stages-X.X.X.jar.

    The JAR file you select will automatically be copied to a subfolder of the application, named extensions by default.

  3. Select the Type – either business or presentation.

    If you select business, the Extension will be deployed together with the business logic and have the same location on the application server.

  4. Click OK when you are done.