Re: unable to run the solr in tomcat 5.0

2009-07-20 Thread aligu
try this: java -Durl=http://localhost:8080/solr/update -jar post.jar filename.xml it should work. HH uday kumar maddigatla wrote: > > hi > > you mis understood my question. > > When i try to use the command java -post.jar *.*. It is trying to Post > files in Solr which is there in 8983 por

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread Sami Siren
post.jar also supports specifying alternative url, see output from java -jar post.jar -help for more info. -- Sami Siren uday kumar maddigatla wrote: hi you mis understood my question. When i try to use the command java -post.jar *.*. It is trying to Post files in Solr which is there in 8

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread Michael Ludwig
uday kumar maddigatla schrieb: When i try to use the command java -post.jar *.*. It is trying to Post files in Solr which is there in 8983 port. The post.jar seems to be hardcoded to port 8983, that's why I pointed you to the curl utilty, which lets you specify any port and address you can dre

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread uday kumar maddigatla
hi you mis understood my question. When i try to use the command java -post.jar *.*. It is trying to Post files in Solr which is there in 8983 port. If we use Jety then the default port number is 8983. But what about the thing that if we use tomcat which uses 8080 as port. If we use Jetty we ca

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread Michael Ludwig
uday kumar maddigatla schrieb: My intention is to use 8080 as port. Is there any other way taht Solr will post the files in 8080 port Solr doesn't post, it listens. Use the curl utility as indicated in the documentation. http://wiki.apache.org/solr/UpdateXmlMessages Michael Ludwig

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread uday kumar maddigatla
hi i know we can change the tomcat port number. But i don't want that. My intention is to use 8080 as port. Is there any other way taht Solr will post the files in 8080 port Michael Ludwig-4 wrote: > > uday kumar maddigatla schrieb: > >> The link which shows the things in Jetty. But i'm us

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread Michael Ludwig
uday kumar maddigatla schrieb: The link which shows the things in Jetty. But i'm using Tomcat. If i run the command which is given in the link, it is tryinge to post the indexes at port number 8983. But in my case my tomcat is running on 8080. Where to change the port. That's a basic Tomcat

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread uday kumar maddigatla
hi thanks for your help. i got the solution. we need to place the examples/solr folder in bin folder of tomcat in order to run Now i'm able to run this. But how to index the files. The link which shows the things in Jetty. But i'm using Tomcat. If i run the command which is given in the link,

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread Michael Ludwig
uday kumar maddigatla schrieb: Hi, I'm new to this Solr. I got distribution of Solr. i placed the war file in tomcat/webapps. After that i don't know what to do. I got confused while reading The instalation notes which is given in wiki . It might be easier for you to follow the instructions i

Re: unable to run the solr in tomcat 5.0

2009-05-06 Thread KK
It would be easier for anyone to give you a precise answer if you can be more specific about the steps you followed for installing solr/tomcat and where exactly you got stuck. KK On Wed, May 6, 2009 at 11:58 AM, uday kumar maddigatla wrote: > > Hi, > > I'm new to this Solr. I got distribution of