B4J Question Deploy B4J NonUI server on a windows VPS

iCAB

Well-Known Member
Licensed User
Longtime User
Hi There

I am using a modified copy of ServerExampeNoMySQL and all is working fine in debug mode.

I am wondering what is the best way to deploy and run the release version on a windows VPS.
Which files and folders are we supposed to copy and why do I get "file not found error" in release mode for the line below
B4X:
ConfigSettings = File.ReadMap( File.DirAssets, "config.properties")
 
Top