The framework supports multiple site environments provided that the sites are differentiated by name-based domains and not URL paths. For example, the following multiple site configuration is supported:

http://site1.domain.com/public/v1/products/{productId}
http://site2.domain.com/public/v1/products/{productId}

The following multiple site configuration is not supported:

http://domain.com/site1/public/v1/products/{productId}
http://domain.com/site2/public/v1/products/{productId}

For information on configuring domain name-based URLs, refer to the Multisite Administration Guide.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices