Skip to content

Commit 8332b2b

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Merge pull request #7 from BROWNAL7/BROWNAL7-deploy-doc
Add deployment instructions
2 parents 34d3135 + a899e0b commit 8332b2b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,15 @@ The Liberty JVM server will need the `cicsts:core-1.0`, `cicsts:link-1.0` and `s
6262
```
6363

6464
## 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.
6674

6775
## Running
6876
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

Comments
 (0)