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
@@ -109,7 +109,7 @@ This creates a WAR file inside the `target` directory.
109
109
110
110
## Deploying
111
111
112
-
Ensure you have the `jsp-2.3` feature (which itself contains `servlet`) configured in `server.xml`:
112
+
Ensure you have the `pages-3.1` feature (which itself contains `servlet`) configured in `server.xml`:
113
113
114
114
Either:
115
115
1. Create a CICS bundle project and copy the WAR file into it.
@@ -141,6 +141,7 @@ Or:
141
141
1. With the application installed, the root URL for the sample application can be found in messages.log e.g. `http://myzos.mycompany.com:32000/cics-java-liberty-springboot-transactions-0.1.0/`.
142
142
143
143
2. Visit the URL from the browser to review the 'Usage' guide.
144
+
Note: The trailing "/" is required to display the Usage Guide.
144
145
145
146
3. To demonstrate the `@Transactional` container managed transaction, drive the `/transactionalCommit` end-point. You should see *hello CICS from transactionalCommit()* at the browser and a corresponding entry in the TSQ 'EXAMPLE'. You can browse the contents of the TSQ using the CEBR transaction in CICS.
0 commit comments