How to create a Servoy Runtime Solution?

I would like to create a stand-alone solution by the Servoy Runtime Builder of Servoy 6.0.5.

Is it possible (if yes how?) to create the runtime files by Servoy developer with a connection to an existing PostgreSQL database and not with the bundled?

With the bundled Servoy developer I could create the runtime files successful, but if I run the solution I’m missing the data like i18n, users and so on?
I get the login window of the login-module, but the login fails. And what is “Za” in the menue bar near the Apple?

Regards

Some additional comments and questions to my first topic:

  • Hiding the Tool- and the Statusbar doesn’t work?
  • The runtime solution starts only without security settings and enhanced security
  • Is there a way to implement user and groups and a login fuctionality?

Regards

Runtime solution can only use one PostgreSQL server, also security is not included. So, you would have to implement that yourself. Or add a feature request so that we investigate what we can do.

Hi Laurian,

lvostinar:
Runtime solution can only use one PostgreSQL server,

Of course, but it seems that creating a Runtime Solution only works with a Servoy Developer with the bundled PostgreSQL installation because of copying the database files into the Runtime direction.
But cloud it be possible to create a Runtime Version with a Servoy Developer connected to an existing database server (not installed in the application_server direction)?

lvostinar:
also security is not included.

This means I cannot create users (and groups) for a (simple) login authentification?

lvostinar:
So, you would have to implement that yourself.

How can I implement missing features by myself?

Regards

tgs:
Hi Laurian,

lvostinar:
Runtime solution can only use one PostgreSQL server,

Of course, but it seems that creating a Runtime Solution only works with a Servoy Developer with the bundled PostgreSQL installation because of copying the database files into the Runtime direction.
But cloud it be possible to create a Runtime Version with a Servoy Developer connected to an existing database server (not installed in the application_server direction)?

lvostinar:
also security is not included.

This means I cannot create users (and groups) for a (simple) login authentification?

lvostinar:
So, you would have to implement that yourself.

How can I implement missing features by myself?

Regards

Yes, you can only use the bundled postgresql at this point (because cannot modify the properties file). About security, you can just have a users table in your server and build a custom login screen.

Ok, thank you Laurian.

Could you please investigate about the functions:

  • plugins.window.setStatusBarVisible(false)
  • plugins.window.setToolBarAreaVisible(false)

They doesn’t work and I get no log entry about it.

Also the Menue entries Im-/Export are disabled and so I cannot import data to the Runtime Solution.

Regards

tgs:
Ok, thank you Laurian.

Could you please investigate about the functions:

  • plugins.window.setStatusBarVisible(false)
  • plugins.window.setToolBarAreaVisible(false)

They doesn’t work and I get no log entry about it.

Also the Menue entries Im-/Export are disabled and so I cannot import data to the Runtime Solution.

Regards

Please create a case for this.

There is already one… https://support.servoy.com/browse/SVY-1696