You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ This is a set of sample Eclipse projects for Link to Liberty, demonstrating how
21
21
1. Import the projects into CICS Explorer using File -> Import -> General -> Existing projects into workspace.
22
22
- If using the egit client, you can just clone the repo and tick the button to import all projects.
23
23
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.
25
25
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.
28
28
29
29
## Trying out the sample
30
30
You can use CECI to invoke the sample program:
@@ -35,6 +35,7 @@ You can pass a channel with a container:
35
35
`CECI PUT CONTAINER(NAME) CHAR FROM(MATTHEW) CHANNEL(CHAN)`
36
36
37
37
`CECI LINK PROG(HELLOWLP) CHANNEL(CHAN)`
38
+
(ensure both commands are entered in the same CECI session.
38
39
39
40
## Find out more
40
41
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