Skip to content

Commit 32e2cee

Browse files
Update README.md
1 parent 9eb4037 commit 32e2cee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ This is a set of sample Eclipse projects for Link to Liberty, demonstrating how
2121
1. Import the projects into CICS Explorer using File -> Import -> General -> Existing projects into workspace.
2222
- If using the egit client, you can just clone the repo and tick the button to import all projects.
2323
2. Change the name of the JVMSERVER in the .warbundle file from DFHWLP to the name of the JVMSERVER resource defined in CICS.
24-
3. Export the bundle project to zFS by selecting 'Export Bundle project to z/OS Unix File System' from the contxt menu.
24+
3. Export the bundle project to zFS by selecting 'Export Bundle project to z/OS Unix File System' from the context menu.
2525
4. Ensure the `cicsts:link-1.0` feature is present in server.xml and the JVMSERVER is ENABLED.
26-
5. Create a bundle defintion, setting the bundle directory attribute to the zFS location you just exported to, and install it.
27-
6. Check the CICS region for the dynamically created PROGRAM resource HELLOWLP using the PROGRAMS view in CICS Explorer, or the CEMT INQUIRE PROGRAM commandl.
26+
5. Create a bundle definition, setting the bundle directory attribute to the zFS location you just exported to, and install it.
27+
6. Check the CICS region for the dynamically created PROGRAM resource HELLOWLP using the PROGRAMS view in CICS Explorer, or the CEMT INQUIRE PROGRAM command.
2828

2929
## Trying out the sample
3030
You can use CECI to invoke the sample program:
@@ -35,6 +35,7 @@ You can pass a channel with a container:
3535
`CECI PUT CONTAINER(NAME) CHAR FROM(MATTHEW) CHANNEL(CHAN)`
3636

3737
`CECI LINK PROG(HELLOWLP) CHANNEL(CHAN)`
38+
(ensure both commands are entered in the same CECI session.
3839

3940
## Find out more
4041
For more information on invoking Java EE applications in a Liberty JVM server from CICS programs see [this article](https://developer.ibm.com/cics/2016/11/02/link-to-liberty/).

0 commit comments

Comments
 (0)