Changing the files folder
1. Copy the files folder to the desired location.
2. Edit the /WEB-INF/swm.properties file to modify the app.files.folder.path property. For example, the following line can change from:
app.files.folder.path=./files
to read in Windows:
app.files.folder.path=Z:/myFiles
where 'Z:' is a mapped drive.
or in UNIX:
app.files.folder.path=/someMountPoint/myFiles
3. Modify the sw2hcm.objecttag.docbase.url= property. For example the following line can change from:
sw2hcm.objecttag.docbase.url=./files
to read:
sw2hcm.objecttag.docbase.url=http://www.myWebServer.com/swm/files
where ./files is replaced with a fully qualified URL that points to the location of the files folder.
or
sw2hcm.objecttag.docbase.url=./BlueZoneFiles
where ./files is replaced with a relative path name that exists within the realm of your web server.
Important
It is critical that the location that you choose for this setting is either a fully qualified URL or location that is accessible by your web server.