Skip to content

Commit

Permalink
fixed ports in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Jan 31, 2010
1 parent 9046890 commit 83b2de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start
Expand Up @@ -5,9 +5,9 @@ env = ARGV.first
port = if env.eql? 'production'
8983
elsif env.eql? 'test'
8982
else
8981
else
8982
end

cmd = "java -server -d64 -Xmx1024M -Xms64M -javaagent:'./newrelic/newrelic.jar' -Djetty.logs='./logs' -Dsolr.solr.home='./solr' -Dsolr.data.dir='./data' -Djetty.port=#{port} -jar start.jar"
Expand Down

0 comments on commit 83b2de7

Please sign in to comment.