Re: Solr Tomcat Install

2012-03-31 Thread CCS Talk - PJ Villarta
: Solr Tomcat Install Hello, I have configured Solr inside Tomcat and I get the following error when I go to browser and click on the solr admin link: HTTP Status 500 - Severe errors in solr configuration. Check your log files for more detailed information on what may be wrong. If you want

Re: Solr Tomcat Install

2012-03-29 Thread Jamel ESSOUSSI
Hi, You should disable velocity by adding -Dsolr.velocity.enabled=false to JAVA_OPTS --Jamel -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Tomcat-Install-tp3865290p3866947.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Tomcat Install

2012-03-28 Thread rdancy
I changed my velocity settings to false, restarted Solr and it worked! Thanks for your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Tomcat-Install-tp3865290p3865773.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Tomcat Install

2012-03-28 Thread Welty, Richard
a...@wiley.com] Sent: Wed 3/28/2012 1:20 PM To: solr-user@lucene.apache.org Subject: Solr Tomcat Install Hello, I have configured Solr inside Tomcat and I get the following error when I go to browser and click on the solr admin link: HTTP Status 500 - Severe errors in solr configuration. Check you

Re: Solr Tomcat Install

2012-03-28 Thread Chris Hostetter
: Hello, I have configured Solr inside Tomcat and I get the following error : when I go to browser and click on the solr admin link: https://wiki.apache.org/solr/Solr3.5#Post-Release_Notes "Although the solr example configs are designed with the intent that they can be copied, modified, and re-

Solr Tomcat Install

2012-03-28 Thread rdancy
java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 42 more ) that prevented it from fulfilling this request. Apache Tomcat/6.0.14 Any ideas? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Tomcat-Install-tp3865290p3865290.html Sent from the Solr - User mailing list archive at

Re: Tomcat install Connector help.

2007-11-19 Thread Chris Hostetter
: Hi, I am trying to install solr on tomcat and am wondering which connector to : best to use in the server.xml? it depends a lot more on your use cases then on any thing specific to solr ... how ong do you want your commection timeouts to be? how big do you want the max POST size to be? do you

Tomcat install Connector help.

2007-11-15 Thread Dan Renyolds
://www.nabble.com/Tomcat-install-Connector-help.-tf4817681.html#a13783459 Sent from the Solr - User mailing list archive at Nabble.com.

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
Sorry if my response was long.. I have it working now, thanks On 9/1/07, Jae Joo <[EMAIL PROTECTED]> wrote: > Solr and tomcat connection does not require any copies and moves of jar > file. All of the jar files are in solr.war file. > > Can you send your solr.xml file? > If you use "\" instead of

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Jae Joo
Solr and tomcat connection does not require any copies and moves of jar file. All of the jar files are in solr.war file. Can you send your solr.xml file? If you use "\" instead of "/", you have to your "\\" to point the solr instance in solr.xml conf. Jae On 9/1/07, Robin Bonin <[EMAIL PROTECTED

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
I tried both solr-1.1 and 1.2, I was having more trouble with 1.2, so i went back to 1.1. I did copy the war from dist, and renamed to just solr, but I have no xml file for solr in conf. I was using the java 'option' -Dsolr.solr.home=C:\Solr\ I just removed the solr war and folder from web apps an

Re: Trouble with Windows / Tomcat install

2007-09-01 Thread Jae Joo
did you build solr.xml in $CATALINA_HOME/conf//Catalina/localhost ? it yes, please double check the directory information. And did you copy the apache-solr-1.2.0.war to solr.war in dist directory? Jae On 9/1/07, Robin Bonin <[EMAIL PROTECTED]> wrote: > > Hi all, I followed the instructions in the

Trouble with Windows / Tomcat install

2007-09-01 Thread Robin Bonin
Hi all, I followed the instructions in the wiki here, http://wiki.apache.org/solr/SolrTomcat I know Tomcat is running, but when I pull up my solr admin page, I get the following error. description The server encountered an internal error () that prevented it from fulfilling this request. excepti

Re: tomcat install

2006-09-19 Thread James liu
i'd like to hear "I would start by trying to use the CJKAnalyzer as is with the syntax,described above." if need tester, call me. 2006/9/20, Chris Hostetter <[EMAIL PROTECTED]>: : I have went through my archives and I have found that people also have used : something similar to: : : :

Re: tomcat install

2006-09-19 Thread Chris Hostetter
: I have went through my archives and I have found that people also have used : something similar to: : : : : Correct. If you want to use a Lucene analyzer "as is" all you need to do is specify the class name. if you wnat to make an analyzer on the fly from a tokenizer and some tokenfil

Re: tomcat install

2006-09-19 Thread Nick Snels
Hi James, don't give up, your very close to having it work. If you can get CJKAnalyzer and CJKTokenizer to work in Lucene, you should also be able to get it to work in Solr. Look at the bright site, at least ant doesn't throw any errors. And my code isn't going to work, since it really cann't han

Re: tomcat install

2006-09-19 Thread James liu
today not Ok。i check source of cjk: CJKAnalyzer.java and CJKTokenizer.java (these from lucene 2.0 source code)and your code,,,i write CJKJLFilterFactory.java and CJKJLTokenizerFactory.javaant is ok.i copy new solr.war to tomcat's webappsand modify schema.xml use admin page, i use http://localh

Re: tomcat install

2006-09-19 Thread Nick Snels
Hi James, now you should make a FilterFactory, there are a few examples in c:\solr-nightly\src\java\org\apache\solr\analysis . You should also place your FilterFactory in this directory and rerun 'ant dist'. I have made a DutchStemFilterFactory class and this is the code: package org.apache.solr

Re: tomcat install

2006-09-18 Thread James liu
thank u, with your step and add junit, it is ok. you can analyzer your language? i modify schema: but nothing changed. 2006/9/19, Nick Snels <[EMAIL PROTECTED]>: Hi James, I also needed the DutchAnalyzer from Lucene in my Solr

Re: tomcat install

2006-09-18 Thread Nick Snels
Hi James, I also needed the DutchAnalyzer from Lucene in my Solr project. I did it the following way. Which is probably the hard way, because my Java knowledge isn't that great. 1. I unzipped the solr-nightly build 2. I downloaded the latest code from lucene, preferrably from svn : http://svn.ap

Re: tomcat install

2006-09-18 Thread James liu
Hi Nick, It is very funny. when i reboot my pc,it is ok and i do nothing. my new question is how to add lucene-analyzers-2.0.0.jar to tomcat or jetty. i add useful classes to solr.war which exist "C:\cygwin\tmp\solr-nightly\example\webapps\solr.war",,,but it is not effect... do u know how to s

Re: tomcat install

2006-09-18 Thread Nick Snels
Hi James, the problem is most likely a xml error in either schema.xml or solrconfig.xml. Go through your Tomcat logs, if it is an xml error you should find the line where the xml parsing went wrong. Kind regards, Nick On 9/18/06, James liu <[EMAIL PROTECTED]> wrote: thk Nick. i do you tell

Re: tomcat install

2006-09-17 Thread James liu
thk Nick. i do you tell me and i can see admin page. but when i click search ,,,error information: java.lang.NullPointerException at org.apache.solr.search.SolrQueryParser.(SolrQueryParser.java:37) at org.apache.solr.search.QueryParsing.parseQuery(QueryParsing.java:47) at org.apache.solr.reques

Re: tomcat install

2006-09-17 Thread Nick Snels
Hi James, you should put the directory solr (which you find under /example/solr) directly under c:\tomcat5.5\, so you get c:\tomcat5.5\solr\bin en c:\tomcat5.5\solr\conf . The error you are getting is that tomcat cann't find the solr configuration directory. Hope you get it running. Kind regards

tomcat install

2006-09-17 Thread James liu
tomcat 5.5 win2003,,i can find http://localhost:8080,,it is ok. i copy solr-nightly.war to "c:\tomcat5.5\webapps\solr.war" i start tomcat,,it auto generate solr directory in "c:\tomcat5.5\webapps\solr" http://localhost:8080/solr/admin/,,,it show me error information: HTTP Status 500 - type Ex