Skip to content

Commit

Permalink
Removed -server option from run scripts.
Browse files Browse the repository at this point in the history
Fixes #51.
  • Loading branch information
jvendetti committed May 31, 2014
1 parent 762edf4 commit 7494175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
@@ -1,2 +1,2 @@

java -server -Dlog4j.configuration=file:log4j.xml -DentityExpansionLimit=100000000 -Dfile.encoding=utf-8 -Dorg.protege.plugin.dir=plugins -classpath bin/felix.jar;bin/ProtegeLauncher.jar org.protege.osgi.framework.Launcher
java -Dlog4j.configuration=file:log4j.xml -DentityExpansionLimit=100000000 -Dfile.encoding=utf-8 -Dorg.protege.plugin.dir=plugins -classpath bin/felix.jar;bin/ProtegeLauncher.jar org.protege.osgi.framework.Launcher
Expand Up @@ -3,7 +3,6 @@
cd `dirname $0`

java -Xmx500M -Xms250M \
-server \
-Dlog4j.configuration=file:log4j.xml \
-DentityExpansionLimit=100000000 \
-Dfile.encoding=UTF-8 \
Expand Down

0 comments on commit 7494175

Please sign in to comment.