Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 4fc39dc

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
More tweaks
1 parent 0adb820 commit 4fc39dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Java EE EJB sample application to simulate a simple web shop to follow the art
44
## Supporting Files
55
* [com.ibm.cicsdev.ejb](projects/com.ibm.cicsdev.ejb) - EJB project containing the session beans
66
* [com.ibm.cicsdev.ejb.app](projects/com.ibm.cicsdev.ejb.app) - EAR project which combines all other projects
7-
* [com.ibm.cicsdev.ejb.shop.web](projects/com.ibm.cicsdev.shop.web) - WAR project containing the web store JSF front-end
7+
* [com.ibm.cicsdev.ejb.shop.web](projects/com.ibm.cicsdev.ejb.shop.web) - WAR project containing the web store JSF front-end
88
* [com.ibm.cicsdev.ejb.stock.web](projects/com.ibm.cicsdev.ejb.stock.web) - WAR project containing the stock management JAX-RS webservice
99
* [com.ibm.cicsdev.ejb.bundle](projects/com.ibm.cicsdev.ejb.bundle) - CICS bundle project
1010
* [config](etc/config) - Sample configuration files
@@ -90,10 +90,10 @@ Content-Type: application/json
9090
You can use this request using the command line tool cURL:
9191

9292
```shell
93-
curl mvs.example.ibm.com/stock/api/items/ -X POST -d '{ "name": "CICS TS for z/OS", "stock": 2 }' -H 'Content-Type: application/json' --user MVSUSER1
93+
curl mvs.example.ibm.com:9080/stock/api/items/ -X POST -d '{ "name": "CICS TS for z/OS", "stock": 2 }' -H 'Content-Type: application/json' --user MVSUSER1
9494
```
9595

96-
Once one or more items have been created, you can then use a browser to navigate to http://mvs.example.ibm.com/shop/ and use the shop.
96+
Once one or more items have been created, you can then use a browser to navigate to http://mvs.example.ibm.com:9080/shop/ and use the shop.
9797

9898
More stock can be added to an item through the following request (in this case we update item with the ID `1`):
9999

0 commit comments

Comments
 (0)