Chapter 15
618
Testing the End-to-End System
For the system test, start Tomcat from its bin directory:
tomcat start
Next, make sure the server portion is working OK. Start an instance of Internet Explorer, and enter the
following URL:
http://localhost:8080/vacserv/servlet/locatedeals?tnum=0
You should see the <selloff> XML document with all the trips listed, as shown in the following
screenshot; this is what the applet will be working with.
Next, start another instance of Internet Explorer, and enter the following URL:
http://localhost:8080/vacserv/
If everything is configured correctly, you should see the applet running as shown below.