You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Nicholas DiPiazza <ni...@gmail.com> on 2020/06/27 15:12:37 UTC

What directory does tika server use as it's work directory?

When tika parses files, it makes a local copy of files on the file system
while it works.

When you run using tika-server.jar with -spawnChild flag, how do you
configure this work directory?

I'm assuming it is -JDjava.io.tmpdir=/path/to/work/dir

Is that correct?

Re: What directory does tika server use as it's work directory?

Posted by Tim Allison <ta...@apache.org>.
Y. That should do it.

On Sat, Jun 27, 2020 at 11:12 AM Nicholas DiPiazza <
nicholas.dipiazza@gmail.com> wrote:

> When tika parses files, it makes a local copy of files on the file system
> while it works.
>
> When you run using tika-server.jar with -spawnChild flag, how do you
> configure this work directory?
>
> I'm assuming it is -JDjava.io.tmpdir=/path/to/work/dir
>
> Is that correct?
>