tika
tika copied to clipboard
fix for TIKA-1570 contributed by michaelwda
See https://issues.apache.org/jira/browse/TIKA-1570
Add a stop method that will shutdown the watchdog process and terminate the JVM. This is useful for Apache Commons Daemon, allowing a user to define the StopClass and StopMethod. Under windows, this will allow a user to run tika-server as a windows service with correct start/stop behavior.
Any update on this?