Now you are ready to run the JSP client in JBoss. When you run the JSP client, it takes a request from the end user and passes it to the EJB you generated. The EJB in turn passes the request to the enterprise server, ESDEMO. The original COBOL program runs on the enterprise server and processes the request, returning the results back to the JSP.
http://localhost:8080/AccessBooks/AccessBooksMain.jsp
The service returns the record that corresponds to the 1111 stock number.
This concludes the tutorial.