Skip to content

Commit 40a0e28

Browse files
committed
Add reference to troubleshooting
1 parent be69148 commit 40a0e28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/cdp/cdp-Deploying-your-first-nodejs-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ CICS TS V5.5 introduced support to run Node.js application and is required by th
5555

5656
5. Deploy the CICS bundle into CICS.
5757

58-
Replace the value for `--name` with the name of the BUNDLE resource to be created in CICS.
59-
6058
```console
6159
zowe cics-deploy push bundle --name Express --overwrite
6260
```
6361

64-
A progress bar is shown with status messages as the CICS bundle is deployed and the application is started. This can take a few minutes. If there are errors, retry with the `--verbose` option for more detailed output.
62+
A progress bar is shown with status messages as the CICS bundle is deployed and the application is started. This can take a few minutes. If there are errors, retry with the `--verbose` option for more detailed output, or refer to [Troubleshooting](cdp-Troubleshooting-General).
63+
64+
This will result in a CICS BUNDLE resource named `Express` to be created, installed and enabled in CICS. If the BUNDLE `Express` was ready defined or installed in CICS, it will be undeployed first. As the BUNDLE is enabled, the Node.js application is started.
6565

6666
6. Test the Node.js application.
6767

0 commit comments

Comments
 (0)