Our environment will have multiple TDI servers running on one machine. Each server will, of course, run with its own solution directory.
Each of these server also needs its own system store. The easiest approach seems to use a Derby System Store in embedded mode where, if I understand correctly, one thread within the server's JVM is dedicated to providing access to the store.
Is it true that the configuration shown below in solution.properties will cause the TDISysStore directory to be created WITHIN the solution directory - so that each TDI server will have its own, private store?
Thanks, Avery
## Location of the database (embedded mode) - Cloudscape 10 com.ibm.di.store.database=TDISysStore com.ibm.di.store.jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver com.ibm.di.store.jdbc.urlprefix=jdbc:derby: com.ibm.di.store.jdbc.user=APP {protect}-com.ibm.di.store.jdbc.password=APP