Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The static files can be placed in a similar way as the JSPs:

 

Code Block
themeEclipse
…/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
theme

 

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.

...

Eclipse
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:

...