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 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 question. The answer is: In your Tomcat's > server.xml configuration file. Look here: > > http://tomcat.apache.org/tomcat-6.0-doc/config/ > > Then, look for the "port" parameter here: > > http://tomcat.apache.org/tomcat-6.0-doc/config/http.html > > You could also change the port in the address bar of your browser. > Or even do a string replacement s/8983/8080/g on the Solr doc you're > viewing. > > Michael Ludwig > > -- View this message in context: http://www.nabble.com/unable-to-run-the-solr-in-tomcat-5.0-tp23400759p23403049.html Sent from the Solr - User mailing list archive at Nabble.com.