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?
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.
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.
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.