Message from discussion
TDI 7.0 System Store in Embedded Mode
Path: g2news2.google.com!postnews.google.com!l12g2000yqo.googlegroups.com!not-for-mail
From: "aver...@gmail.com" <aver...@gmail.com>
Newsgroups: ibm.software.network.directory-integrator
Subject: TDI 7.0 System Store in Embedded Mode
Date: Tue, 30 Jun 2009 15:13:10 -0700 (PDT)
Organization: http://groups.google.com
Lines: 22
Message-ID: <89b79b8c-bfc8-4204-8ab1-6535b8f85e4e@l12g2000yqo.googlegroups.com>
NNTP-Posting-Host: 24.40.206.238
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1246399990 2268 127.0.0.1 (30 Jun 2009 22:13:10 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 30 Jun 2009 22:13:10 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: l12g2000yqo.googlegroups.com; posting-host=24.40.206.238;
posting-account=6lvcSwoAAADbim6-h63-ru9T50_Vim5M
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Hi,
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