Child pages
  • WAR Deployment

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: servoy_user_home variable explanation, case SVY-6767

...

On the application server, the settings are stored in the following location: {user.home}/.servoy/server/{context}/servoy_server.properties. 

If {user.home} is a read-only folder, then a SERVOY_USER_HOME system variable must be defined to point to a writable folder.

NOTE: when using an existing servoy.properties file, check if the property "SocketFactory.tunnelConnectionMode" is set to one of the following values: "Http&Socket", "Http" or "Socket". The "2waysocket" option is not fully supported when deploying using a WAR: deploying multiple Servoy WAR's on the same server or a hot redeploy does not work when using "2waysocket". When not using an existing servoy.properties file the "SocketFactory.tunnelConnectionMode" is set to "Http&Socket".

...