Migration Guide : Migrating from Version 9.1 : Server Runtime’s (SRT’s) are now self contained
Server Runtime’s (SRT’s) are now self contained
Windows and Linux Server Runtime distributions provide the redistributable files and structure required to run a headless server application.
On Linux, the server runtime zip, contains a bash script called 'installPrereqs' that installs any dependencies on Linux that you may need, like libc or motif.
Execute that script to install the needed dependencies. 
Reason for change
The Server Runtime’s are dependent on the default VA Smalltalk installation locations. Users are required to modify the supplied .ini and/or script files to point to the local SRT files before they can be used on a system that does not have a development environment installed locally. The Server Runtime distributions should not require a local development environment to work properly or have to edit .ini or script files to reference the SRT redistributable files and folders.
Action required
The new SRT distributions are set up to execute your packaged runtimes from the root SRT folder. You are required to copy the necessary .ini and/or script files up from the newimage folder to the root folder, renaming them as needed.
 
Last modified date: 02/25/2021