that will depend on your servlet container. (jetty, resin, tomcat, etc...)

If you are running jetty from the example, you can change the port by adding -Djetty.port=1234 to the command line. The port is configured in example/etc/jetty.xml

the relevant line is:
<Set name="port"><SystemProperty name="jetty.port" default="8983"/ ></Set>


ryan


On Oct 16, 2008, at 10:30 AM, Aleksey Gogolev wrote:


Hello.

Is there a way to change the port (8983) of solr example?
I want to run two solr examples simultaneously.

--
Aleksey Gogolev
developer,
dev.co.ua
Aleksey


Reply via email to