Starting Solr for ColdFusion on a Mac
Here is a straightforward way to start Solr when running ColdFusion 9 on a Mac. If it is not running in the ColdFusion Administrator under Data & Services > ColdFusion Collections the following message will appear:
Unable to retrieve collections from any of the Search Services. Please verify that atleast one of ColdFusion Search Services is installed and running.
To get it running run the following two lines in Terminal:
1cd /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/solr
2./cfsolr start
2./cfsolr start
Thats for multi-instance installs for ColdFusion 9 standard install it will be:
1cd /Applications/ColdFusion9/solr
2./cfsolr start
2./cfsolr start
Within seconds Solr will be up and running and collections will show on the page above.
(As a quick note don't delete core0 collection as its needed to get everything up and running.)

I installed CF 9 multiserver and created a second instance of CF. I see the SOLR folder within the cfusion directory, but I don't see this folder within the second instance's directory. Does SOLR not get setup with each new CF instance created? Is it as simple as copying the folder over to the second instance's directory? Not certain what the best approach is. Any suggestions would be appreciated.
http://www.talkingtree.com/blog/index.cfm/2010/3/1...