![]() |
|
|
|
Java Web Manager Upgrade Procedure (Script Method)Currently, this Upgrade Procedure only works with Java Web Manager versions 3.2 and higher. To upgrade from an earlier version, use the previous Command Line Synch procedure to upgrade to version 3.2, then use this Upgrade Procedure.
Upgrade ProcedureThe best way to upgrade the Java Web Manager is to run the new version in parallel with the current application, then run the upgrade script from the new version, and finally point users to the new version. This has the benefit of leaving the current production Java Web Manager untouched during the upgrade, allowing the BlueZone Administrator to direct users to the new installation only after it has been properly tested, with the old installation available for instant reversion if necessary. Step 1 : Run Applications in Parallel
For example, if the current Web Manager is running in the servlet container at '[web app root]/swm/' folder (having been unpacked from 'swm.war'), then name the new folder to 'swmA' or any other suitable name. The goal of this step is to have two Web Managers running side by side at '/swm' and '/swmA'. Step 2 : Run the Upgrade Script
This will upgrade the Web Manager's software and the BlueZone software. Step 3 : Redirect Users to New Install
Now users will reach the new installation of Java Web Manager. If necessary, consult your servlet container's documentation. The benefit of this technique is that now the 'old' version is still available and running if for some reason you should need to switch back to it. |