Skip to content

Commit

Permalink
Update tika version
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Jan 12, 2019
1 parent 6233c22 commit 5d839de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion start-tools.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off

start java -mx1000m -jar "tools/tika-server-1.16.jar" --port=9998
start java -mx1000m -jar "tools/tika-server-1.20.jar" --port=9998

2 changes: 1 addition & 1 deletion start-tools.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

gnome-terminal -e 'java -mx1000m -jar tools/tika-server-1.16.jar --port=9998' #> /dev/null 2>&1 &
gnome-terminal -e 'java -mx1000m -jar tools/tika-server-1.20.jar --port=9998' #> /dev/null 2>&1 &
2 changes: 1 addition & 1 deletion stop-tools.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off

stop java -jar "tools/tika-server-1.16.jar"
stop java -jar "tools/tika-server-1.20.jar"

exit
Binary file not shown.

0 comments on commit 5d839de

Please sign in to comment.