Hi Erik, It's exactly what I done,
/data/solr -rwxr-xr-x 1 tomcat55 nogroup 1955 Oct 8 16:28 gc.log drwxr-xr-x 4 tomcat55 root 4096 Oct 1 13:43 group drwxr-xr-x 2 tomcat55 root 4096 Oct 8 16:27 lib -rwxr-xr-x 1 tomcat55 root 191 Oct 1 15:44 solr-jndi.xml -rwxr-xr-x 1 tomcat55 root 3738412 Oct 8 16:28 solr.war -rwxr-xr-x 1 root root 182 Oct 8 15:43 solr.xml drwxr-xr-x 4 tomcat55 root 4096 Oct 1 13:43 user drwxr-xr-x 8 tomcat55 root 4096 Oct 8 18:13 book /data/solr/lib -rwxr-xr-x 1 root root 89144 Oct 8 16:26 apache-solr-common-1.4-dev.jar -rwxr-xr-x 1 root root 921040 Oct 8 16:26 apache-solr-core-1.4-dev.jar -rwxr-xr-x 1 root root 146642 Oct 8 16:26 apache-solr-dataimporthandler-1.4-dev.jar -rwxr-xr-x 1 root root 97780 Oct 8 16:26 apache-solr-solrj-1.4-dev.jar -rwxr-xr-x 1 root root 655620 Oct 8 16:27 mysql-connector-java-5.1.5.jar Welcome to solr, works, then I select my core books and it works either. so http://solr-test.adm.bookclub.com:8180/solr/book/admin/ works fine and not http://solr-test.adm.bookclub.com:8180/solr/book/dataimport It's like a link missing or I dont' know? thanks a lot for your help, Erik Hatcher wrote: > > Maybe, and I haven't followed your details sorry, an issue is the lib > directory for plugins. Under the solr home directory you can put a > lib/ subdirectory with the data import handler JAR and it's > dependencies (that aren't already in the WAR's WEB-INF/lib). > > To deploy Solr into Tomcat, you just need a binary solr.war, you don't > need to be repackaging it yourself - unless you're doing something > highly custom. And if do need to do something highly custom, I still > strongly suggest you back up steps to get things working. > > Erik > > On Oct 8, 2008, at 5:55 PM, sunnyfr wrote: > >> >> Sorry but I can't choose for that .... very sorry. >> I will try to make it work with tomcat55, it used to work with solr >> 1.2 >> so it should be I don't know a parameter or ??? path or something >> that I >> miss for importing? >> >> thanks, >> >> >> Erik Hatcher wrote: >>> >>> Wouldn't life be simpler if you simply used Solr's Jetty container >>> configuration, at least to start with? >>> >>> Is Tomcat a requirement for some reason? You're struggling with >>> things that "just work" out of the box with Solr, it seems, and I'm >>> wondering why change around what works. >>> >>> Erik >>> >>> >>> On Oct 8, 2008, at 11:06 AM, sunnyfr wrote: >>> >>>> >>>> More information : >>>> >>>> [EMAIL PROTECTED]:/usr/share/tomcat5.5/webapps/solr/WEB-INF/lib# ls >>>> README.committers.txt commons-io-1.3.1.jar >>>> lucene-snowball-2.4-dev.jar >>>> solr-lucene-highlighter-pom.xml.template >>>> apache-solr-common-1.4-dev.jar commons-logging-1.0.4.jar >>>> lucene-spellchecker-2.4-dev.jar solr-lucene-queries- >>>> pom.xml.template >>>> apache-solr-core-1.4-dev.jar >>>> geronimo-stax-api_1.0_spec-1.0.1.jar mysql-connector-java-5.1.5.jar >>>> solr-lucene-snowball-pom.xml.template >>>> apache-solr-dataimporthandler-1.4-dev.jar junit-4.3.jar >>>> slf4j-api-1.5.3.jar >>>> solr-lucene-spellchecker-pom.xml.template >>>> apache-solr-solrj-1.4-dev.jar lucene-analyzers-2.4- >>>> dev.jar >>>> slf4j-jdk14-1.5.3.jar stax-utils.jar >>>> commons-codec-1.3.jar lucene-core-2.4-dev.jar >>>> solr-commons-csv-pom.xml.template wstx-asl-3.2.7.jar >>>> commons-csv-1.0-SNAPSHOT-r609327.jar lucene-highlighter-2.4- >>>> dev.jar >>>> solr-lucene-analyzers-pom.xml.template >>>> commons-fileupload-1.2.jar lucene-memory-2.4-dev.jar >>>> solr-lucene-contrib-pom.xml.template >>>> commons-httpclient-3.1.jar lucene-queries-2.4- >>>> dev.jar >>>> solr-lucene-core-pom.xml.template >>>> [EMAIL PROTECTED]:/usr/share/tomcat5.5/webapps/solr/WEB-INF/lib# q >>>> >>>> >>>> >>>> >>>> Shalin Shekhar Mangar wrote: >>>>> >>>>> Is the DataImportHandler defined in the solrconfig.xml for the >>>>> "video" >>>>> core? >>>>> >>>>> On Wed, Oct 8, 2008 at 7:26 PM, sunnyfr <[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> I've a wierd problem, my solr seems running. >>>>>> When i go to : >>>>>> http://solr-test.adm.bookclub.com:8180/solr/books/admin/ >>>>>> >>>>>> I've a proper page : >>>>>> Solr Admin (videos) >>>>>> solr-test.adm.bookclub.com:8180 >>>>>> cwd=/data/solr SolrHome=/data/solr/books/ >>>>>> >>>>>> Even >>>>>> http://solr-test.adm.dailymotion.com:8180/solr/video/admin/stats.jsp >>>>>> Bring me back a good page with proper information inside. >>>>>> >>>>>> BUT :) when i go through : >>>>>> >>>>>> http://solr-test.adm.dailymotion.com:8180/solr/video/dataimport?command=delta-import&entity=b >>>>>> or >>>>>> http://solr-test.adm.dailymotion.com:8180/solr/video/dataimport >>>>>> I've HTTP Status 404 - /solr/video/dataimport >>>>>> >>>>>> My config is : >>>>>> Java version : 1.6.0 >>>>>> My servlet container is : tomcat5.5 >>>>>> Solr version :1.3 (apache-solr-1.4-dev.war) >>>>>> I'm taking sor by PHP, but for the moment I don't use it. >>>>>> >>>>>> In my logs, no Error, no Sever information just one WARNING : >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.handler.component.SpellCheckComponent inform INFO: >>>>>> Initializing spell checkers >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.spelling.AbstractLuceneSpellChecker init INFO: >>>>>> Using >>>>>> WhitespaceAnalzyer for dictionary: default >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.spelling.AbstractLuceneSpellChecker init INFO: >>>>>> Using >>>>>> WhitespaceAnalzyer for dictionary: jarowinkler >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.spelling.AbstractLuceneSpellChecker init INFO: >>>>>> Using >>>>>> WhitespaceAnalzyer for dictionary: file >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.handler.component.SpellCheckComponent inform >>>>>> WARNING: No >>>>>> queryConverter defined, using default converter >>>>>> Oct 8 15:43:23 solr-test jsvc.exec[31520]: Oct 8, 2008 3:43:23 PM >>>>>> org.apache.solr.handler.component.QueryElevationComponent inform >>>>>> INFO: >>>>>> Loading QueryElevation from: /data/solr/video/conf/elevate.xml >>>>>> >>>>>> Thangks guys >>>>>> >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Solr-1.3-try-to-fire-delta-import.-tp19879259p19879259.html >>>>>> Sent from the Solr - User mailing list archive at Nabble.com. >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Shalin Shekhar Mangar. >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Solr-1.3-try-to-fire-delta-import.-tp19879259p19880731.html >>>> Sent from the Solr - User mailing list archive at Nabble.com. >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Solr-1.3-try-to-fire-delta-import.-tp19879259p19888366.html >> Sent from the Solr - User mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Solr-1.3-try-to-fire-delta-import.-tp19879259p19894445.html Sent from the Solr - User mailing list archive at Nabble.com.