Yeah, it's another JEE deployment. Looks like CF is running SOLR on a Jetty servlet engine. It may be a case of going into /opt/webapps/ and making a copy of solr.war and call it something new (say uat.war), and then restarting it.
You will have to look at having seperate solr.home's defined for each solr instance, and that is the tricky bit. It may actually be a zillion times easier to simply install another instance of Jetty on the server, and drop solr on it, and point your UAT machine at that instead. I don't think that CF supports pointing at multiple SOLR instances, does it? Mark On Tue, Apr 5, 2011 at 10:19 AM, Barry Chesterman <[email protected] > wrote: > Deploying a second instance of solr was my idea also, but I wasn't sure if > this was the right way to go about it or not (I'm also not exactly sure how > you go about deploying a second instance of Solr either) - is it a copy > directory and modify some files type exercise, or is it a run the solr > standalone installer? the solr we are using is the one that installs all by > itself when you put coldfusion 9 on. > > I know how to tell an instance what Solr to look at (in the CFIDE > administrator, in Solr) so that bit is straight forward. > > On Tue, Apr 5, 2011 at 11:31 AM, Mark Mandel <[email protected]>wrote: > >> Oh, I think I see the issue. >> >> You want to deploy a second instance of solr, but are not sure how to tell >> each instance to have different solr homes. Is that correct? >> >> Mark >> >> Sent from my mobile device. >> On 05/04/2011 8:07 AM, "Barry Chesterman" <[email protected]> >> wrote: >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia http://www.cfobjective.com.au Hands-on ColdFusion ORM Training www.ColdFusionOrmTraining.com -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
