Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrTomcat" page has been changed by SonelleHall: http://wiki.apache.org/solr/SolrTomcat?action=diff&rev1=57&rev2=58 Comment: how to use tutorial indexing example == //!\\ TODO //!\\ == Indicate how to index in tomcat (rather than built-in jetty support via start.jar). + To use the indexing examples in the Solr Tutorial, use the -Durl parameter, e.g. + {{{ + java -jar -Durl=http://localhost:8080/solr/update post.jar solr.xml monitor.xml + }}} + == External Resources == http://www.ibm.com/developerworks/java/library/j-solr1/