InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.14: Administering database connections (overview) >
6.6.14.7: Notes about InstantDB
6.6.14.7: Notes about InstantDB
InstantDB limitations
InstantDB is provided only for running the Hit Count enterprise bean example, and
the WebSphere Samples Gallery.
Two instances of InstantDB databases are created when the product is installed:
The use of InstantDB in a development, test, or production environment (other
than to run the WebSphere Samples) is not supported.
InstantDB tracing
InstantDB places its tracing information in the file:
product_installation_root/bin/trace.log
where product_installation_root refers to the IBM WebSphere
Application Server installation root.
To turn logging off:
- Open one or both of following files in a text editor:
product_installation_root/bin/sampleDB.prp
product_installation_root/installedApps/Samples.ear/sample.prp
- Locate the line:
traceFile=./trace.log
- Comment the line out:
! traceFile=./trace.log
|
|