On 10/2/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote:
Hi everyone, i just discovered Solr and tried to setup today but without
any success altough i read many of previous posts in the mailing list...
I did what i was supposed to do namely:
* Install jdk 1.5 (on ubuntu)
* Install tomcat
* Copied solr.war in webapps where solr directory was copied afterwards
* I also created Tomcat context fragments because i want to search
different tables (in rdbms terms)

So when i try to visit myserver:8080/solr i get a 404 while when i try
to visit myserver:8080/solr/admin i get about 4-5 exceptions

Most likely you are seeing a failure of Solr to find the solr home
(and the associated solrconfig.xml and schema.xml files).

Have you tried the bundled version?  See
http://incubator.apache.org/solr/tutorial.html

To debug the Tomcat setup further, look in the Tomcat logs and see
what the first Exception is.

-Yonik

Reply via email to