Page 1 of 1

Possible to execute a program on the server from client?

PostPosted: Mon Mar 11, 2019 9:08 am
by cuoredisardegna
Hi to All,

could SomeOne resolve if there is any possibility to run a script ((shell linux) from the client on the server (Servoy 7).


Tanks in advance.

Gianni Pinna

Re: Possible to execute a program on the server from client?

PostPosted: Mon Mar 11, 2019 11:07 am
by Joas
Assuming your client is a smart client, you can start a headless client with the headlessclient plugin. A headless client runs on the server. You can let the headless client execute the script using application.executeProgram().

Web- and NG-clients already run on the server, so no need to start a headless client in that case.

Re: Possible to execute a program on the server from client?

PostPosted: Tue Mar 26, 2019 8:18 pm
by cuoredisardegna
Hi Joas,

tank You very much for Your bright answer.
I'm sorry for my late.

Rgrds
Gianni Pinna