Is it necessary to put UMLS login into files when passing them with -D to the JVM?

2015-03-06 Thread Tom Devel
Hi, in AggregatePlaintextFastUMLSProcessor.xml of cTAKES it states that: [...] Please update DictionaryLookupAnnotatorUMLS.xml file with your UMLS username and password. Similarly, in AggregatePlaintextFastUMLSProcessor.xml from https://issues.apache.org/jira/browse/CTAKES-344 [...] Please

RE: Is it necessary to put UMLS login into files when passing them with -D to the JVM?

2015-03-06 Thread Finan, Sean
Hi Tom, I am passing my UMLS login and password on startup as arguments ... -Dctakes.umlsuser=myusername -Dctakes.umlspw=mypassword That is fine. If I understand correctly you are already running this way without problem. The comments in the .xml files should probably be extended to

Re: Is it necessary to put UMLS login into files when passing them with -D to the JVM?

2015-03-06 Thread Tom Devel
Sean, On Fri, Mar 6, 2015 at 2:30 PM, Finan, Sean sean.fi...@childrens.harvard.edu wrote: Hi Tom, I am passing my UMLS login and password on startup as arguments ... -Dctakes.umlsuser=myusername -Dctakes.umlspw=mypassword That is fine. If I understand correctly you are already running