On 10/3/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote:
Hi there again, sorry for bugging you once more...
So i executed the bandled example and know i did the following in Tomcat
once again:
* Tomcat is set correctly and there is not solr/ neither solr.war in webapps
* I copied solr.war in /lib/solr.war
* As the tutorial says i created
$CATALINA_HOME/conf/Catalina/localhost/solr.xml, its conent
<Context docBase="/lib/solr.war" debug="0" crossContext="true" >
<Environment name="solr/home" type="java.lang.String"
value="/var/solr/solr" override="true" />
</Context>
* I also created the dir var/solr/solr by copying the solr directory
from the example
the var/solr/solr contains bin/ conf/ data/ i chwon to tomcat5 and
chgrp to www-data but still i get 404
It looks like you did everything correctly.
So you get a 404 trying a solr/admin url?
I assume you are trying to use the tomcat bundled with your OS?
Since I don't know how thats configured, try downloading your own
Tomcat as shown in http://wiki.apache.org/solr/SolrTomcat under
"Example Install"
If that still fails, look in the log files and look for the first
exception you see.
-Yonik