Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Upgrading Servoy Application Server

Wiki MarkupUpgrading from Servoy 5.x.x to 5.2 can be done command line, see \[Servoy Application Server upgrade\].

Wiki MarkupWhen upgrading from earlier Servoy version to 5.x, see \[SERV5:Upgrade Notes\]see Servoy 5 Upgrade Notes.

Upgrading Servoy Developer

Wiki MarkupUpgrading from Servoy 5.x.x to 5.2 can be done command line, see \[Servoy Application Server upgrade\].

Wiki MarkupWhen upgrading from earlier Servoy version to 5.x, see \[SERV5:Upgrade Notes\]see Servoy 5 Upgrade Notes.

Enhanced Security

Servoy 5.2 introduced a more robust security model for Smart Clients. The new mechanism, labeled Enhanced Security, is enabled by default, but will break existing implementations that fall into either of the following two scenarios:

  • Smart Clients in combination with solutions that do not require login
  • Smart Clients in combination with solutions that have a custom login screen

While Enhanced Security can be turned off for backwards compatibility, it's strongly advised to migrate solutions in the above mentioned categories to Enhanced Security.

...

Installing a clean Servoy 5.2 environment, but keep using Sybase SQL Anywhere
When a clean Servoy 5.2 installation is done, it contains the PostgreSQL database engine and sample databases. When wanting to continue to develop using Sybase SQL Anywhere, the following steps need to be taken:

  • Remove the {servoy_install}/application_server/database and {servoy_install}/application_server/postgres_db directories from the 5.2 installation
  • Copy the {servoy_install}/application_server/database and {servoy_install}/application_server/sybase_db directories from an existing Servoy installation to the new Servoy 5.2 installation.
  • Edit the "nativeStartupLauncher" property in the {servoy_install}/application_server/servoy.properties file to contain the following value: "%%user.dir%%\\sybase_db\\dbspawn.exe|%%user.dir%%\\sybase_db\\dbsrv11.exe|@sybase_db\\sybase.config#Path\=%%Path%%;sybase_db;sybase_db
    scripts"