Running the JWaveJSPServlet
To run the JWaveJSPServlet demonstrations, do the following:
1. Start the Web server.
2. Start the JWAVE Manager.
3. From any machine that has access to the server, point a Web browser to the file: index.jsp. For example:
http://machine:port/jwavejsp/jsp/index.jsp
where machine is the hostname of the server machine, and port is the number of the port that the Web server is configured to listen on. For example, assuming that a Web server named “opus” is configured to recognize a webapp called jwavejsp, and the /jsp directory of the webapp contains a JSP page called loan.jsp:
http://opus:7001/jwavejsp/jsp/loan.jsp
If everything is configured properly, you will see a JSP page with form inputs. When you submit a form, the JSP page is dynamically updated with graphics and text.