Hi everyone,
Does anyone know if it is possible to move the whole folder "C:\Program Files\WEBCON\WEBCON BPS Search Server" to a different disk? What are the steps needed to do that?
Thanks,
M.
Hi everyone,
Does anyone know if it is possible to move the whole folder "C:\Program Files\WEBCON\WEBCON BPS Search Server" to a different disk? What are the steps needed to do that?
Thanks,
M.
Hi Martin
I've looked up install documentation, and there is no place, where such config would be mentioned.
You could try achieve it using symbolic links though - mklink command in cmd.
Webcon will still try to access specified path, but windows will redirect it to desired place.
Hi!
Theoreticaly, you can reconfigure it in solr.xml file, by changing dataDir and coreRootDirectory entries to new folder. (stop, reconfigure, move, start)
But it did not work for us for some reason.
So eventualy we re-installed SOLR to new location and re-indexed all instances during a weekend.
At least it was a clean start :-)
BR
Peter