Skip to content

Commit 21267b3

Browse files
committed
tweaked bundle text
1 parent eb865a0 commit 21267b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: cdp-cics-bundles.html
88
folder: cdp
99
toc: false
1010
---
11-
In CICS, Node.js applications are deployed as a CICS bundle with their resources.
11+
In CICS, Node.js applications are deployed as a CICS bundle.
1212

1313
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.
1414

@@ -18,14 +18,14 @@ When the bundle is deployed in CICS, the Node.js runtime starts and the associat
1818

1919
## Contents of a CICS bundle
2020

21-
{% include image.html file="CICSbundlecontents.png" alt="Contents of a CICS bundle" caption="Contents of a CICS bundle" %}
21+
{% include image.html file="CICSbundlecontents.png" alt="Contents of a CICS bundle with the myExpressApp Node.js application" caption="Contents of a CICS bundle with the myExpressApp Node.js application" %}
2222

2323
When you generate a bundle, the following files are created from package.json:
2424

2525
**cics.xml** contains a manifest of the contents of the bundle and is found in the /META-INF folder. It describes which resources to create in the CICS region and the location of the supporting artifacts, which prerequisites are required for the CICS bundle to run successfully, and any services that the CICS bundle can offer to other bundles. For more information on bundle manifests, see [Manifest contents for a CICS bundle](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.5.0/configuring/resources/manifestdefinitions.html).
2626

27-
***nodejsapp*.nodejsapp** contains information about the Node.js application and references the JavaScript code to start the application.
27+
**myexpressapp.nodejsapp** contains information about the Node.js application and references the JavaScript code to start the application.
2828

29-
***nodejsapp*.profile** contains configuration information for the runtime environment, including the PORT environment variable.
29+
**myexpressapp.profile** contains configuration information for the runtime environment, including the PORT environment variable.
3030

3131

0 commit comments

Comments
 (0)