Child pages
  • Tips & Tricks

Versions Compared

Key

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

...

  1. Adding the instance name to the startup command of the Application Server: Locate servoy_server.bat/.sh in the {servoyInstall}/application_server directory and open the file with a text editor. Add the following to the line that starts with 'java ':

    Code Block
    -DINSTANCE=MyinstanceName
    
  2. Specifying the instance name using a System Property: System properties can be managed thorugh the Admin pages, see Servoy Settings. Add a property with the name 'system.property.instanceINSTANCE' and the name of the instance as value, like below:

    Code Block
    system.property.INSTANCE=MyInstanceName
    

...