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

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 kottm...@gmail.com wrote: Hi all, I changed

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

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