excuse my ignorance, but, does it means that jRDC.jar "reads" config.properties continuosly
When DebugQueries is True (see the code in the RDCConnector class module of the jRDC2 source), then for every call to the jRDC2 server, the config.properties file is read anew. This way if you update/delete/add new SQL queries to the config.properties file, they will be effective without having to stop/start the jRDC2 server. Please note:
1) In order for this to work, your config.properties file must be located outside of the asset directory (what this thread dealt with originally).
2) This only affects the SQL statements within the config.properties file. Anything else (DriverClasss, JdbcUrl, anything that does not start with sql.) that is changed will still require a stop/start of the jRDC2 server.