B4J Question [Solved] Recompile JRDC2 after modify config.properties?

aeric

Expert
Licensed User
Longtime User
Hi,
I just purchased a cheap VPS. I selected Ubuntu 18.04 and start installing all necessary software from scratch.
I try to deploy my JRDC2 app and it runs on ip address and port 17178. I uploaded the jar file and www (static files/assets) folder using FTP.

Now my question is the config.properties compiled into the jar file?

Is that mean every time I modify the content of this file then I need to recompile the jar?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
But this will less secure if "someone" can access my files and modify the sql file
If someone can access the server files then they can access everything.
You should of course make sure that jRDC2 files are not in the Apache public files or something similar.
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
It is feasible to have the requests and connections in the database or in files.

But the idea of having a database may have more information.

such as data from connected sessions, remote IP, connection time, identify requests, session history, cancel requests, etc.

See properties:

1590938916969.png


regards.
 
Upvote 0
Top