Hibernate Search + Spring + JPA + 2 webapps - correct configuration
问题 I have search long and hard, and cannot find a definitive answer. I have 2 webapps running on a single instance of tomcat: /server and /ROOT I have configured Hibernate Search configured for one of my entities, ie Products . These entities are edited/added on /server and searched for by front end users on the website /ROOT during normal operations, everything works as it should, editing entities on the server will result in those changes reflecting when doing a search on the front end.