KBNLresearch / tikadetect-tree

Bash script that performs file format identification on all files in a directory tree using Apache Tika
1 stars 0 forks source link

Use fuser -k to terminate Tika server #2

Open bitsgalore opened 7 years ago

bitsgalore commented 7 years ago

E.g.:

fuser -k 9998/tcp

Possibly add --port=9998 when Tika server is launched (though this is the default anyway).