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

Reply via email to