Deploy Applications using JIT
What is Just in Time (JIT) Deployment?
All packages associated with an application are installed on an
. That is, the initial version and any subsequent patches or new version. After the initial installation, each time a user launches the application, the application first connects to the to check for any patches or a new version. Any new patch or version will automatically install before the application launches.The
is simply a Visual LANSA system, with a Listener and a SuperServer licence. A single user licence is usually sufficient as it is only used during the JIT Upgrade processing.The application install package and all subsequent patches or new versions are built as usual but with the addition of a Just in Time setting that points to the JIT server. If the JIT server is on Windows, the only JIT settings required are
and and . The User ID and Password must be for a local or domain profile for the server being used.The exercises required for this deployment are:
DTE010 – Set Up the Deployment Tool
DTE015 – Create Client Server Application
DTE075 – Create a Just in Time Server Installation
DTE080 – Create a Client Install Package with JIT Update
DTE045 – Create a Stand Alone Application
DTE085 – Install Client Application with JIT Update
DTE090 – Create a Patch for Client Personnel Application with JIT Update