Child pages
  • Servoy Application Server Upgrade

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Shutdown the Servoy Application Server
  • Open a command line/terminal window and browse to the {servoyInstall}/application_server directory 
  • Execute one of the commands from the table below

      CommandComment
    Default
    java -jar servoy_updater.jar
    Upgrades to latest non beta release
    Include beta versions
    java -jar servoy_updater.jar -beta
    Upgrades to latest beta or non beta release
    Update to specific release
    (since Servoy 6.1)
    java -jar servoy_updater.jar -releaseNumber buildNumber
    Upgrades to a release based on the specific build number of the release.
    The build number for a specific release is mentioned in the announcement of the release on the Servoy Talk forum.

     

     


Servoy Repository upgrade

...