Dmitri,
Mucho thanks! That did it. The files our owned by the tomcat process,
so adding solr to the tomcat group allowed read access to the files!
thanks again,
Scott
On 3/8/24 11:49, Dmitri Maziuk wrote:
On 3/8/24 13:38, Scott Derrick wrote:
I'm actually indexing from xml files so not connected to a database
for data and don't need jdbc.
Ah. I don't know then.
When using the database, 0 requests to data source usually means you
fail to connect to the DB, and if the DSN has not changed then it's
likely missing the drivers.
Sorry
Dima