Hi,

I have solr installed into win 10

C:\solr-8.11.2\bin


when I execute

C:\solr-8.11.2\bin\solr.cmd start -p 8993

I've got error

ERROR: Solr home directory C:\solr-8.11.2 must contain solr.xml


So, I did a

copy  C:\solr-8.11.2\server\solr\solr.xml        C:\solr-8.11.2

and ran

C:\solr-8.11.2\bin\solr.cmd start -p 8993



None of these gives me UI login.

https://localhost:8933/

http://localhost:8933/

http://127.0.0.1:8933/

https://127.0.0.1:8933/


How to correctly start the solr on my win10?

Reply via email to