Re: [Pharo-users] Force headless mode
Or write a script that obfuscate the code. Not so hard to do. On Tue, Sep 26, 2017 at 5:13 PM, Christophe Demarey < christophe.demarey@inria.fr> wrote:
Hi
What about deploying a minimal image without UI ? But, as you probably know, headless mode does not prevent to dump the code.
Christophe ----- Cyril Ferlicot <cyril.ferlicot@gmail.com> a écrit :
Hi,
At Synectique we are working on the deployment of a web application and we would like to force the headless mode. We tried to just override the method SmalltalkImage>>#isHeadless to return true all the time be it is not enough because the image is still opened. It is probabaly the vm that open the window.
I know we can add some arguments to the command line to open the image as headless but we want to forbid the user to launch the image without headless to protect the code.
Is this possible? Do you have some pointers?
Thanks in advance.
-- Cyril Ferlicot https://ferlicot.fr
http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France
participants (1)
-
Clément Bera