As described previously, a multisite application must be able to quickly determine what site a given request is associated with. To this end, the ATG platform supports two main URL management strategies:

When developing your multisite application, you must choose a strategy and implement it. Commerce Reference Store implements a path-based strategy that defines /crs as the context root for the entire application along with the following virtual context roots for the individual sites:

For more details on the strategies themselves, see the URL Management section. For detailed information on implementing the strategies see Multisite URL Management in the ATG Platform Programming Guide.