(i) Copy ShoppingCart.html from section 8.8 into your Web app’s root folder. (ii) Create your own Selection servlet, placing it in the classes folder. This
servlet should generate a Web page that simply displays the name of the product
selected by the user.
(iii) Add the appropriate tags to your deployment descriptor and compile the
servlet.
(iv) Start up Tomcat (stopping it first, if it is already running) and then test the
servlet by accessing ShoppingCart.html in your browser window.