How to Start and Stop Solr server
cd /opt/IBM/WebSphere/AppServer/profiles/<instance_name>/bin
./stopServer.sh solrServer
./startServer.sh solrServer
Once the server is up and running - this can be verified using the below URL..
http://localhost:<port>/solr/Default/select?q=*%3A*
No comments:
Post a Comment