In the JAVA PET STORE DEMO,   all requests are delivered to Main.jsp as described
in the following comment in Main.jsp.
 
<%--
  % The entry point for the customer interface for the estore
  % application.  All request within the /estore URL space, where the
  % application is rooted, are directed to Main.jsp, through deployment
  % time configuration.
 --%>
 
This is described as a front JSP component in Chapter 10 of the Developing
Enterprise Applications Draft Release dated December 15, 1999.
 
My question is how to configure equivalent functionality in other deployment
environments?
 
Thanks.

Reply via email to