Skip to content

Commit d162bf2

Browse files
Add bundle deployment from Gradle/Maven instructions
1 parent 2583aa4 commit d162bf2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,15 @@ A template server.xml is provided [here](./etc/config/liberty/server.xml).
120120
4. Check the CICS region for the dynamically created PROGRAM resource HELLOWLP using the PROGRAMS view in CICS Explorer, or the CEMT INQUIRE PROGRAM command.
121121

122122
### Deploying CICS Bundles from Gradle or Maven
123-
TODO
123+
1. Manually upload the ZIP file from the _cics-java-liberty-link-bundle/target_ or _cics-java-liberty-link-bundle/build/distributions_ directory to zFS.
124+
2. Unzip this ZIP file on zFS (e.g. `${JAVA_HOME}/bin/jar xf /path/to/bundle.zip`).
125+
3. Create a bundle definition, setting the bundle directory attribute to the zFS location you just extracted to, and install it.
126+
4. Check the CICS region for the dynamically created PROGRAM resource HELLOWLP using the PROGRAMS view in CICS Explorer, or the CEMT INQUIRE PROGRAM command.
124127

125128
### Deploying with Liberty configuration
126-
1. Manually upload the WAR file from the _cics-java-liberty-link-app/target_ or _cics-java-liberty-link-app/buid/libs_ directory to zFS.
129+
1. Manually upload the WAR file from the _cics-java-liberty-link-app/target_ or _cics-java-liberty-link-app/build/libs_ directory to zFS.
127130
2. Add an `<application>` element to the Liberty server.xml to define the web application.
131+
3. Check the CICS region for the dynamically created PROGRAM resource HELLOWLP using the PROGRAMS view in CICS Explorer, or the CEMT INQUIRE PROGRAM command.
128132

129133

130134
## Running

0 commit comments

Comments
 (0)