It is possible to configure the Web Manager to use a given URL as the path to BlueZone files from within the object tag which
launches user sessions. This is also controlled through the /WEB-INF/swm.properties file.
By default, the property which controls this functionality reads:
sw2hcm.objecttag.docbase.url=./files
|
|
The Web Manager interprets from this that the location of these files are relative to the root, and so it builds the path
in the object tag from the URL that is used to access the launch screen. To direct the Web Manager to use a specific URL,
change the line to read something like: sw2hcm.objecttag.docbase.url=http://my.other.server/somefiles/
This new line appears in the object tag when end users launch their sessions.
|
Note
When pointing to an external URL as directed above, it is the Web Manager administrator's responsibility to ensure that the
Web Manager's files are synchronized to the external file repository. This may not be necessary if the external repository
is network accessible, in which case it may be possible to simply change
files directory location as described above.