Hello,

I have a java webapp that is going to make calls to Solr. Both the webapp and Solr will be on the same server.

I have heard that it is not recommended to run the webapp on the same tomcat instance as Solr, due to potential threading issues of tomcat calling into itself.

Would it be best to run 2 instances of tomcat (1 for webapp, another for Solr)?

Or is there a way to configure tomcat so that the webapp and solr can run in the same tomcat instance, reliably and without threading or performance issues?

-Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to