Thanks. I did try that method, but it looks like ctakes is still trying to go straight through without proxy. I'm using the binary distribution, so editing a particular java class with System.setProperty() isn't going to be straight forward. Are there any other suggestions?
Todd Lingren Biomedical Informatics Cincinnati Children's Hospital [email protected] 513-803-9032 -----Original Message----- From: Chen, Pei [mailto:[email protected]] Sent: Friday, April 05, 2013 4:03 PM To: [email protected] Subject: RE: UMLS AE via proxy Disclaimer: I have not tried this myself. cTAKES uses the standard java URLConnection to connect to UMLS, so I believe you can set the Java System variables with -D syntax or System.setProperty() : http.proxyHost http.proxyPort If proxy requires authentication, http.proxyUser http.proxyPassword > -----Original Message----- > From: Lingren, Todd [mailto:[email protected]] > Sent: Friday, April 05, 2013 3:48 PM > To: [email protected] > Subject: UMLS AE via proxy > > Hi. > I have an environment where I need to specify a proxy in order to get > an outside http connection. Is there a location to specify a proxy in cTAKEs ? > > > Todd Lingren > Biomedical Informatics > Cincinnati Children's Hospital > [email protected] > 513-803-9032 >
