Hi Matthew, I don't know if you've run into this issue, but one of the problems I had when playing with the service was that the code allowing the HTTP request to switch between Pipelines did not work when using the TS components if different dictionaries were used in each pipeline. I think the NER/FastLookup component only gets loaded once in memory and whichever dictionary was used in the first pipeline is used across both.
Out of curiosity, what is the reason for using MySQL over HSQLDB- is it to consume less RAM? Thanks, Jeff On Wed, May 29, 2019 at 9:21 PM Matthew Vita <[email protected]> wrote: > Hi Gandhi, Tim, Sean, and Community, > > I’ve been fixing up some of the README instructions for > https://github.com/GoTeamEpsilon/ctakes-rest-service on my local. > Unfortunately, it’s not working in its current state. I'm still debugging > it - is svn co https://svn.apache.org/repos/asf/ctakes/trunk@1850060 > ctakes > still the best version of cTAKES to base web-rest on? > > Also, it looks like the ctakes-web-rest Dockerfile in the official > repository is pointing to a broken Tomcat link: > > *“The requested URL > /pub/software/apache/tomcat/tomcat-9/v9.0.14/bin/apache-tomcat-9.0.14.zip > was not found on this server.”* > > There appear to be updated releases here: > http://mirror.cc.columbia.edu/pub/software/apache/tomcat/tomcat-9/ - hope > that helps. > > > Talk soon, > Matthew >
