Make JettySolrRunner run of port 8983

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-06-08 18:43:15 +00:00
parent 50a474b6b6
commit 8f45f3218b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class JettySolrRunner {
*/
public static void main(String[] args) {
try {
JettySolrRunner jetty = new JettySolrRunner("/solr", 3456);
JettySolrRunner jetty = new JettySolrRunner("/solr", 8983);
jetty.start();
} catch (Exception ex) {
ex.printStackTrace();