This repository was archived by the owner on Dec 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9090You 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
9898More stock can be added to an item through the following request (in this case we update item with the ID ` 1 ` ):
9999
You can’t perform that action at this time.
0 commit comments