KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Web server object properties that cannot be modified with settings object
PRODUCT: 4D | VERSION: 18 R3 | PLATFORM: Mac & Win
Published On: July 20, 2020

In v18R3, web server management is made easier with the command WEB Server that returns an object with many important properties and values of the web server, such as HTTPPort, defaultHomepage, etc. Most of these properties can be modified by passing a settings object as an argument when calling webServer.start(). However, some properties cannot be set by using the settings object. These are the properties:

  • isRunning

  • name

  • openSSLVersion

  • perfectForwardSecrecy