Re: Can not find solr core on admin page after setup

2013-10-30 Thread engy.morsy
Hi Bayu , I did that but for solr 4.2, the catalaina.out has no exceptions at all. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Can-not-find-solr-core-on-admin-page-after-setup-tp4098236p4098385.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can not find solr core on admin page after setup

2013-10-30 Thread Bayu Widyasanyata
Hi Engy, Have you copy solr's war (e.g. solr-4.5.1.war, for latest Solr distribution) from Solr source distribution to Tomcat's webapps directory (rename to solr.war on webapps dir.)? After put that file and restarted the Tomcat, it will create 'solr' folder under webapps. Or, if you still found

Re: Can not find solr core on admin page after setup

2013-10-29 Thread engy.morsy
yes, I do. I installed the solr example instance. Engy. -- View this message in context: http://lucene.472066.n3.nabble.com/Can-not-find-solr-core-on-admin-page-after-setup-tp4098236p4098380.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can not find solr core on admin page after setup

2013-10-29 Thread Erick Erickson
Do you have your schema etc in the insanceDir? Best, Erick On Tue, Oct 29, 2013 at 9:54 AM, engy.morsy wrote: > Hi, > > I setup solr4.2 under apache tomcat on windows m/c. I created solr.xml > under > catalina/localhost that holds the solr/home path, I have only one core, so > the solr.xml und