: doc: note about native locks not working for multiple webapps in same JVM
Is this in resposne to the OverlappingFileLockException thread started by Joe Kessel? ... : + native = NativeFSLockFactory - uses OS native file locking. : + Do not use with multiple solr webapps in the same JVM. I think there's a missunderstanding about the root cause of hte problem. There shouldn't be any inherent problem with using Native locks and multiple webapps -- i believe the underlying source of the exception was that he was using multiple webapps w/o realizing it -- so presumably both webapps were trying to use the same solr home dir. -Hoss