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 archiveIn Administration Console, click Services >
Applications and Services > Application Management.
Click Import.
Click Browse and select the .lca file to import and click
Preview. The Preview Application page displays information about
the application.
(Optional) To see a list of the assets contained in the application,
click View Assets.
(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.
Click Import. The application appears on the Applications
tab.
Deploy an applicationYou can deploy applications that you have imported, or
that Workbench users imported from Workbench.
In Administration Console, click Services > Applications
and Services > Application Management.
Select the checkbox next to the application that you want
to deploy and click Deploy.
Click OK in the confirmation dialog box that appears.
Undeploy an applicationYou can undeploy applications from the runtime.
In Administration Console, click Services > Applications
and Services > Application Management.
Select the checkbox next to the application that you want
to undeploy and click Undeploy.
Click OK in the confirmation dialog box that appears.
Remove an application from the serverUndeploy the application before removing it from the server.
In Administration Console, click Services > Applications
and Services > Application Management.
Select the checkbox next to the application that you want
to remove and click Remove.
Click OK in the confirmation dialog box that appears.
Import an application’s runtime configurationIf 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.
In Administration Console, click Services > Applications
and Services > Application Management.
Click the name of the application.
Click Import Runtime Config.
Click Browse and select the XML file that contains the runtime
configuration.
Click Import.
Export an application’s runtime configurationYou can export the runtime configuration information for
deployed applications.
In Administration Console, click Services > Applications
and Services > Application Management.
Click the name of the application.
Click Export Runtime Config and save the configuration file
(XML) that is produced.
Scripted deployment of LiveCycle applicationsYou 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.
From a command prompt, navigate to [LiveCycle root]/sdk/misc/Foundation/ArchiveManagement.
Review the ReadMe.txt file for more detailed instructions.
Manually modify the scriptedDeploy.bat and sample-files/sample.xml
files as described in the readme.txt file.
Run the scriptedDeploy.bat file. This action deploys the
LiveCycle archive file with the override settings.
|
|
|