Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by EricPugh:
http://wiki.apache.org/solr/SolrOnAmazonEC2

The comment on the change is:
small tweak to highlight which port to use.

------------------------------------------------------------------------------
   1. Get the instance launched.
   2. SSH to the server.
   3. type: cd /opt/apache-solr-1.3.0/example
-  4. type: java -jar start.jar
+  4. type: java -Djetty.port=80 -jar start.jar  (By default port 8983 isn't 
open on this image, but 80 is)
   5. Your instance will now be running.
   6. Get your public DNS information.
-  7. Paste your public DNS information to browser and add 
http://public-dns:8983/solr/admin/
+  7. Paste your public DNS information to browser and add 
http://public-dns:80/solr/admin/
  
  Feel free to remove this information with better instructions.  This is for 
people who have never run solr.
  

Reply via email to