Are you indexing files while tomcat is running? If so, are you sending
the <commit/> message? If so, can you see what is happening in the logs?
The jetty example and your tomcat setup probably put their indexes in
different places, so they will not have the same results.
ryan
Laxmilal Menaria wrote:
Hello,
I have configured solr as Multiple Solr
apps<http://wiki.apache.org/solr/SolrTomcat#head-ef0d6d9640b6f25a242a915d57e0709630915040>with
tomcat
5.5, using http://wiki.apache.org/solr/SolrTomcat for configuration.
After configuration and search with admin panel it doesn't show any results,
but when I tried with the same configuration with jetty command line , it
shows result. so is there are any other configuration for tomcat ?
Please let me know how to do it ?