Author: shawkins
Date: 2010-09-13 22:11:55 -0400 (Mon, 13 Sep 2010)
New Revision: 2565
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/vdb-deployment.xml
Log:
TEIID-1256 updating the docs.
Modified:
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/vdb-deployment.xml
===================================================================
---
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/vdb-deployment.xml 2010-09-14
01:43:36 UTC (rev 2564)
+++
branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/vdb-deployment.xml 2010-09-14
02:11:55 UTC (rev 2565)
@@ -11,12 +11,15 @@
<section>
<title>Deploying a VDB</title>
- <para>Once you have a "VDB" built it can be deployed in Teiid
runtime in different ways.</para>
+ <para>Once you have a "VDB" built it can be deployed/removed in
Teiid runtime in different ways.</para>
<warning><para>If <link linkend="vdb-versioning">VDB
versioning</link> is not used to give distinct version numbers, overwriting a VDB of
the same name
will terminate all connections to the old VDB. It is recommended that VDB
versioning be used for production systems.
</para></warning>
+ <note><para>Removing an existing VDB will immediately clean up VDB
file resources, but will not automatically terminate existing sessions.
+ </para></note>
+
<section>
<title>Direct File Deployment</title>
<para>Copy the VDB file into the
"<jboss-install>/server/<profile>/deploy" directory.