Support specifying ADM file path via Java system property at backend startup
See original GitHub issueSupport specifying ADM file path via Java system property like -Datlasmap.adm.path
or whatever at backend startup so that the client like VSCode can provide a ADM file and have it preloaded in AtlasMap UI.
Only for initial loading purpose. User need to export explicitly to get adm file updated.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
System Properties - Essential Java Classes
System properties include information about the current user, the current version of the Java runtime, and the character used to separate components of...
Read more >Set System Property With Spring Configuration File
At unit test time, system property not set, and file location not resolved. App uses Spring, would like to simply configure Spring to...
Read more >Available system properties - ServiceNow Docs
Location : Add the property to the System Property [sys_properties] table. com.glide.interaction.autocreate_relationships: Specifies whether auto ...
Read more >Configuring the Java System Properties | SAP Help Portal
Path to the JDBC driver JAR file, for example, C:\usr\sap\IdM\jdbc\MSSQL2005\sqljdbc.jar. This can also be a list of paths (to several JDBC driver JAR...
Read more >Add System Properties | Android Open Source Project
To do this, add an entry to the property_contexts file, a file that describes mapping between system properties and property contexts. In this ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m tracking down an odd timing issue - I can look at this after that… 😃 –Paul
On Wed, Feb 20, 2019 at 12:50 PM Tomohisa Igarashi notifications@github.com wrote:
It looks this is not trivial to achieve, need some refactoring around startup/working-directory/adm-file handling. Would be better to leave it to @pleacu