
4 IBM WebSphere Commerce Suite V4.1 for OS/390
Figure 3. The Webserver’s handling of URLs from the user’s browser
We’re starting to get just a bit ahead of ourselves here, so let’s forget the
discussion of WCSuite commands and how they’re handled until later. For the
moment, just assume that the command results in some HTML being generated
by the WCSuite server. That HTML is then handed back to the Webserver, which
passes it down to the user’s browser.
The cycle is complete: user clicks a link or button, which results in a request
going to the server, which results in some activity that results in new HTML being
delivered to the browser. The user now ...