To configure the Oracle ATG Web Commerce platform REST Web Services to make JSPs accessible by REST clients:

  1. Add a JSP that generates the output required by the REST Web Services clients that will request it. See information about developing JSPs for Oracle ATG Web Commerce applications in the ATG Page Developer's Guide.

    Package the JSP in your Web application so that it cannot be accessed by outside visitors. For example, place it under the WEB-INF directory of the Web application.

    See Example REST Web Services JSP.

  2. Configure a URL template component to link a REST Web Services URL to the JSP. See URL Templates for REST Web Services JSPs.

  3. Add the URL template component to the templates property of the /atg/rest/processor/ServiceProcessor component. See Configuring the REST ServiceProcessor Component.