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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,15 @@ The Liberty JVM server will need the `cicsts:core-1.0`, `cicsts:link-1.0` and `s
62
62
```
63
63
64
64
## Deploying
65
-
*TODO*
65
+
1. Upload the built bumdle ZIP file to zFS on your z/OS system (using FTP or similar)
66
+
2. Logon to zFS on your z/OS system (using SSH, OMVS or similar)
67
+
3. Extract the ZIP file contents (e.g.: `unzip /path/to/bundle.zip`)
68
+
4. On your CICS region, define a new `BUNDLE` resource with the `BUNDLEDIR` set to the extracted ZIP file contents
69
+
5. Install the `BUNDLE` resource
70
+
71
+
You can confirm the application has started by inquiring the state of the `BUNDLE` (using `CEMT INQUIRE BUNDLE` or similar SPI, or the CICS Explorer bundle view).
72
+
73
+
A message will be written to the Liberty `messages.log` file to confirm the application has started, and the base URL for this application.
66
74
67
75
## Running
68
76
1. Use a browser to target the address http://my.zos:9080/cics-eventprocessing-java-webapp/emit?name=EVENT replacing `my.zos` with the hostname of your z/OS system and `9080` with the port the Liberty JVM server is listening on.
0 commit comments