My goal is to serve images, javascript, css, etc that complements the dynamic app installed as an ICF handler. asked 23 Sep '11, 05:46 pedrolima ♦♦ |
The two options I could find. 1) The NW webserver can be configured to serve static files from a specific folder by setting the parameter
Using this approach the files have to be maintained directly in the server filesystem. 2) Create a BSP application just to collect the static files (CSS, javascript, images, etc). This is done in SE80 and the files are MIME objects inside the BSP app. Each static resource gets the URL of the BSP app plus the object name. With this option the files can be maintained using the GUI. answered 24 Sep '11, 15:09 pedrolima ♦♦ |