It's not necessarily a bad idea... as long as you secure it properly such that 
user requests cannot hit Solr, only requests from your application can do so.

Eventually, perhaps, scale would be an issue and you'd want/need to separate 
the tiers, but as long as you've got security and scalability covered there's 
no reason not to deploy together like that.

        Erik

On Sep 7, 2011, at 10:01 , okayndc wrote:

> Hi everyone!
> 
> Is it not a good practice to run SOLR on the same server where you website
> files sit?  Or is it a MUST to house SOLR on it's own application server?
> The problem that I'm facing is that, my website's files sit on a servlet
> container (Tomcat) and I think it would be more convenient to house the SOLR
> instance on the same server?  Is this not a good idea?  What is your SOLR
> setup?
> 
> Thanks

Reply via email to