mirror of https://github.com/apache/lucene.git
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:
parent
50a474b6b6
commit
8f45f3218b
|
@ -172,7 +172,7 @@ public class JettySolrRunner {
|
||||||
*/
|
*/
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
JettySolrRunner jetty = new JettySolrRunner("/solr", 3456);
|
JettySolrRunner jetty = new JettySolrRunner("/solr", 8983);
|
||||||
jetty.start();
|
jetty.start();
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
|
|
Loading…
Reference in New Issue