VPS = Virtual Private Server , with Ubuntu or Windows Server. I pay for one of my vps 14€ per month and have 30gb RAM 800GB SSD with 8 cores. VPS are cheap with a lot of Power.Just out of curiosity: where do you run your B4J applications ?
I mean, if the B4J App resides on contabo, and the MySql on strato.de, can the B4J App connect to the MySql database ?@semar It definately depends on your location / the location of your users. Ive also had good experience with the Provider that @Alexander Stolte mentioned.
Yes, assuming that the database server and firewall are configured to allow external TCP/IP connections.I mean, if the B4J App resides on contabo, and the MySql on strato.de, can the B4J App connect to the MySql database ?
you can also move your MySQL-Database to contabo (as well as possible existing websites, etc.).I mean, if the B4J App resides on contabo, and the MySql on strato.de, can the B4J App connect to the MySql database ?
Indeed sir, I thought too exacltly the same after I wrote my message..you can also move your MySQL-Database to contabo (as well as possible existing websites, etc.).
Yes, for me, but where I started with ubuntu it was very hard for me since I came from windows server.Is it easy to install a B4J Application on a linux server
On a Windows Server you pay for the lincence and do not get full performance with most providers, as with ubuntu where you have no license costs.or should I take a windows server instead
For all commands, i recommend Putty (SSH) and for file transfare dont use FTP, because there is no "S" in the name and the "S" stands for Secure. I use for file tranfers on my VPS's WinSCP (Thanks to @alwaysbusy for this tip in one of a comment in the Forum), with WinSCP you Upload and Download files over SSH and this is safe because it is encrypted (SSH = Secure Shell)Which client/console do I need in order to connect to it ?
No, B4J (B4A, B4I and B4R) are Windows programs, but if you want to run the .jar file then you need the java jre.Are special tools required for a B4J installation on a linux VPS ?
sudo apt install default-jre
If you really like command line tools, Putty will come with scp, a secure copy command that works over SSH.
++ for Webmin. 1) I'm often too lazy to use the command line. 2) I get my morning reports letting me know if any updates need to be performed. 3) It's written in Perl and I'm a sucker for Perl (vs Pascal - hates me, Lisp - makes my brain hurt, Objective-C - makes my brain melt, Python - Perl was first).Also you can install free Webmin