Hi, 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). The only way to run this synchronously is to use *start *command like this : *start java -jar target\tika-server-1.5-SNAPSHOT.jar* Wrapping this jar with Tanuki's is not really an option for me since this product is commercial. Any other solutions please? I think tika-app has -f (--fork) parameter which would be useful to have here. -- Bratislav Stojanovic, M.Sc.
