Re: How to deploy multiple UIMA-AS Services?

2011-07-29 Thread Burn Lewis
I use the default config/Logger.properties which has: java.util.logging.FileHandler.pattern = uima.log bur still get separate files as Eddie indicated ... you could try uima%u.log as the file claims: # "%u" a unique number to resolve conflicts ~Burn

Re: How to deploy multiple UIMA-AS Services?

2011-07-29 Thread Jaroslaw Cwiklik
You may need to set a different JMX port for each service via -D setting if you run on the same machine. I agree with Eddie. logging should work as Eddie describes. If it doesnt, perhaps your logger.properties has been modified. Just a guess. JC On Fri, Jul 29, 2011 at 9:00 AM, Eddie Epstein wro

Re: How to deploy multiple UIMA-AS Services?

2011-07-29 Thread Eddie Epstein
Hi Jörn, Starting multiple services in the same folder should be fine. I do that all the time, and get uima.log, uima.log.1, uima.log.2, etc. My launches are usually separated by several seconds. Eddie On Fri, Jul 29, 2011 at 8:05 AM, Jörn Kottmann wrote: > Hi all, > > I changed my UIMA-AS Serv

Re: How to deploy multiple UIMA-AS Services?

2011-07-29 Thread Jörn Kottmann
I am just looking for a best practice or some advice how this is usually done. Jörn On 7/29/11 2:05 PM, Jörn Kottmann wrote: Hi all, I changed my UIMA-AS Services a bit, and have now one analysis pipeline per language. Up to now I only had one pipeline and deployed it with the provided deplo

How to deploy multiple UIMA-AS Services?

2011-07-29 Thread Jörn Kottmann
Hi all, I changed my UIMA-AS Services a bit, and have now one analysis pipeline per language. Up to now I only had one pipeline and deployed it with the provided deploy script. Is it safe to use this script to run more than one UIMA-AS Service concurrently? For example: - Set UIMA_HOME variabl

New features for the Apache UIMA Regular Expression Annotator

2011-07-29 Thread Nicolas Hernandez
Hi Everyone I tested the Apache UIMA Regular Expression Annotator to know its abilities to formulate recognizing rules. I tested it to recognize named entities. Being said it only works on text characters, I mainly encountered two limitations. I'd like to know what you think about, and if you thin