Ahhh, I see. Thanx Nick.
On Thu, Aug 7, 2014 at 4:54 PM, Nick Burch <[email protected]> wrote: > On Thu, 7 Aug 2014, Bratislav Stojanovic wrote: > >> Is there any way to run tika-server in background? I want to start this >> command and immediately continue execution : >> >> *java -jar target\tika-server-1.5-SNAPSHOT.jar* >> >> >> I've tried with adding & at the end, but no luck (Win7 x64 command >> prompt). >> > > This is an entirely windows specific question, nothing to do with Tika. > You'll likely want to ask on a Windows forum. (Or switch to something like > Linux or OSX, where the & trick will work!) > > > Any other solutions please? I think tika-app has -f (--fork) parameter >> which would be useful to have here. >> > > I believe the fork option on the Tika App relates to using the Fork > Parser, where the parsing is done in a second JVM (to avoid OOM and similar > problems taking out themain JVM), and not about running in the background > > Nick > -- Bratislav Stojanovic, M.Sc.
