Skip to content

Commit 0de7c0c

Browse files
committed
tweaked text
1 parent d90ed4d commit 0de7c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/cdp/cdp-cics-bundles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ sidebar: cdp_sidebar
77
permalink: cdp-cics-bundles.html
88
folder: cdp
99
---
10-
# CICS Bundles
10+
In CICS, Node.js applications are deployed as a CICS bundle with their resources.
1111

12-
In CICS, Node.js applications are deployed as a bundle along with their resources.
12+
A CICS bundle is a directory that contains artifacts and a manifest that describes the bundle and its dependencies. CICS bundles allow you to group and manage resources relating to your Node.js application.
1313

1414
The CICS BUNDLE resource represents the Node.js application to CICS and you can use it to manage the lifecycle of the application.
1515

16-
When the bundle is deployed in CICS, the associated Node.js application runs within the enclave. When the bundle is undeployed, the associated Node.js application is stopped and the bundle is discarded.
16+
When the bundle is deployed in CICS, the Node.js runtime starts and the associated application runs. When the bundle is undeployed, the Node.js application and runtime are stopped and the bundle is discarded.
1717

1818
## Contents of a CICS bundle
1919

0 commit comments

Comments
 (0)