<%-- Copyright 2004 The Apache Software Foundation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> MusicStore App - Get your shopping cart!

MusicStore Application - Shopping Cart Retrieval

Cart with ID ${param['cartid']} could not be found.

Please enter the cart ID:


How to use the amazon web services based MusicStore application:

  1. Obtain a amazon web services subscription ID. This was the URI when this application was authored: www.amazon.com/gp/aws/landing.html. Click on "Register for AWS" on the top left.
  2. Edit the web.xml found in the WEB-INF/ folder where this webapp is deployed such that the context-param with name 'com.amazon.ecs.SubscriptionId' contains your ID as the param-value.
  3. Use the MusicStore application by visiting musicstore-app/voice/mainmenu.do.
  4. When you check out, you will be given a cart ID. You can then use the form above to retrieve your amazon shopping cart.