Import and manage LiveCycle applications

Use the Applications tab to import and manage applications that were created in Workbench. Application administrators can also export the runtime configuration for an application. Exporting the runtime configuration eliminates the need to manually reconfigure settings in the production environment before starting deployed applications. The runtime configuration file contains:

  • service configuration settings

  • pool configuration settings

  • endpoint configuration settings

  • security profiles

Import an application or archive

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Click Import.

  3. Click Browse and select the .lca file to import and click Preview. The Preview Application page displays information about the application.

  4. (Optional) To see a list of the assets contained in the application, click View Assets.

  5. (Optional) To deploy the assets to the runtime, select Deploy Assets To Runtime When Import Is Complete. If you do not select this option, you can deploy the assets later.

  6. Click Import. The application appears on the Applications tab.

Deploy an application

You can deploy applications that you have imported, or that Workbench users imported from Workbench.

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Select the checkbox next to the application that you want to deploy and click Deploy.

  3. Click OK in the confirmation dialog box that appears.

Undeploy an application

You can undeploy applications from the runtime.

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Select the checkbox next to the application that you want to undeploy and click Undeploy.

  3. Click OK in the confirmation dialog box that appears.

Remove an application from the server

Undeploy the application before removing it from the server.

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Select the checkbox next to the application that you want to remove and click Remove.

  3. Click OK in the confirmation dialog box that appears.

Import an application’s runtime configuration

If an application administrator exported the runtime configuration for an application, you can import it into the deployed application. You can import it using either the Administration Console or via scripted LCA deployment.

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Click the name of the application.

  3. Click Import Runtime Config.

  4. Click Browse and select the XML file that contains the runtime configuration.

  5. Click Import.

Export an application’s runtime configuration

You can export the runtime configuration information for deployed applications.

  1. In Administration Console, click Services > Applications and Services > Application Management.

  2. Click the name of the application.

  3. Click Export Runtime Config and save the configuration file (XML) that is produced.

Scripted deployment of LiveCycle applications

You can also use a scripted deployment tool to deploy application files, including a settings.xml file that specifies the following settings:

  • service configuration settings

  • pool configuration settings

  • endpoint configuration settings

  • security profiles

Scripted deployment eliminates the need to manually reconfigure settings in the production environment before starting deployed applications.

  1. From a command prompt, navigate to [LiveCycle root]/sdk/misc/Foundation/ArchiveManagement.

  2. Review the ReadMe.txt file for more detailed instructions.

  3. Manually modify the scriptedDeploy.bat and sample-files/sample.xml files as described in the readme.txt file.

  4. Run the scriptedDeploy.bat file. This action deploys the LiveCycle archive file with the override settings.

// Ethnio survey code removed