Hi all,
I’m looking to install servoy on a Linux server, where I don’t have access to X windows. Since servoy is supposed to be all java, can I just copy my Servoy folder from my Max OS X box?
I’m not using Sybase.
Hi all,
I’m looking to install servoy on a Linux server, where I don’t have access to X windows. Since servoy is supposed to be all java, can I just copy my Servoy folder from my Max OS X box?
I’m not using Sybase.
I do think that it should be possible…
I will have a try…
Additionally you can also run the installer without a GUI. Install it first on a local box, eg you Mac box on the last screen ask it to create the automated installer script. Edit the installer script to adjust paths copy it to the linux box then type:
java -jar servoy_installer.jar install.xml
where install.xml is the install script you just created. If I am not mistaken this info is also in the server manual.
That’s what I was looking for