Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "TikaEval" page has been changed by TimothyAllison: https://wiki.apache.org/tika/TikaEval?action=diff&rev1=4&rev2=5 == Investigating the Database == 1. Fire up the H2 localhost server: - `java -jar tika-eval.X.Y.jar StartDB' -- this calls java -cp . `org.h2.tools.Console -web` + `java -jar tika-eval.X.Y.jar StartDB` -- this calls `java -cp ... org.h2.tools.Console -web` 2.#2 Navigate a browser to {{http://localhost:8082}} and enter the jdbc connector code followed by the '''full path''' to your db file: `jdbc:h2:/C:/users/someone/mystuff/tika-eval/comparisondb`
