Upayavira wrote:
I have found that any changes to the database you make using the CLI
will be lost if you are running another process that has connected to
the database (servlet or embedded mode code). Stopping Tomcat, adding
the collection/documents, and then restarting Tomcat, should work
around this.
Now, I don't know whether this should be considered a bug. Probably
should. It would certainly be useful to me if I could add stuff from
outside my servlet environment.
Regards, Upayavira
That's definitely the case. I have a webapplication running, which reads
an ontology from the db. Also I have a gui
running for access to the documents which are inserted by another
application. The problem is that at least two
of those have to be running at the same time.
Thank you,
David
|