Her URL has "/text/" in it for some reason, replace that with "html" like Paul has:
  curl -u <user>:<password> http://localhost:8080/manager/html/reload?path=/solr
Alternatively if you have JMX access get the mbean with
  domain: Catalina
  name: //localhost/solr
  j2eeType: WebModule
  J2EEServer: none
  J2EEApplication: none
  beanClass: org.apache.tomcat.util.modeler.BaseModelMBean
and call "reload" on it.

Chris

On Feb 10, 2011, at 7:45 AM, Paul Libbrecht wrote:

Jenny,

look inside the documentation of the manager application, I'm guessing you haven't activated the cross context and privileges in the server.xml to get this running.

Or.... does it work with HTML in a browser?

 http://localhost:8080/manager/html

paul


Le 10 févr. 2011 à 16:07, Jenny Arduini a écrit :

Hello everybody,
I use SolR with Tomcat, and I've this problem:
I must to restart SolR without restart Tomcat and I must to do this operation on shell. I try to do this operation with this syntax but it doesn't give result:
curl -u <user>:<password> http://localhost:8080/manager/text/reload?path=/solr
How can I do?

--
Jenny Arduini
I.T.&T. S.r.l.
Strada degli Angariari, 25
47891 Falciano
Repubblica di San Marino
Tel 0549 941183
Fax 0549 974280
email: jardu...@ittweb.net
http://www.ittweb.net



Reply via email to