DevPortal

What is Application Versioning?


The Deploy Service provides versioning for applications in the archives directory. The first version directory is created when the application is deployed for the first time. All subsequent versions are deployed into different directories. Information on the latest deployed version and the version to be used are maintained here. You can start any previous version.

A failed re-deployment means there is a valid version to use. To disable maintaining multiple directories, the versioning-enabled must be set to false.

<application-properties versioning-enabled="true"/>
  <application name="DevPortalWeb">
	<version use="1" latest-version="1"/>
  </application>
  <application name="KBAppEJB.jar">
	<version use="1" latest-version="1"/>
  </application>
</application-properties>

To set this property using the Deploy Tool, open a .jar, and select Application Versioning.


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal