...
The static files can be placed in a similar way as the JSPs:
Code Block | ||
---|---|---|
| ||
…/presentationtype/static/common/images/
/stylesheets/
/scripts/
/…
…/presentationtype/static/website1/images/
/stylesheets/
/scripts/
/…
…/presentationtype/static/website2/images/
/stylesheets/
/scripts/
/…
|
Finally, the uploaded files can be placed in separate folders. In this way, the first channel can use the standard upload
and upload_mm
folders. Uploads for the second and subsequent channels can be placed in a separate folder below the main folder. For example:
Code Block | |
---|---|
|
Finally, the uploaded files can be placed in separate folders. With this, the first channel can use the standard upload and upload_mm folders. Uploads for the second and subsequent channels can be placed in a separate folder below the main folder.
...
| |
backend/
/upload/ for the first web initiative
/upload_mm/ for the first web initiative
/mysecondsite/upload/ for the second web initiative
/upload_mm/ for the second web initiative
|
In the Setup tool, also these paths can be set for each channel, on the [General Configuration] tab underneath the Configuration Set Definition “website_settings”, in the fields:
...