A prefix to apply to relative or inline (constructed) link URLs in the document. Use this prefix to direct the links to your viewing client application.
When you specify a URL prefix, IDOL View Server Component replaces all links to subdocuments with this prefix and a LinkSpec. You can use this parameter to ensure that users view subdocuments with your viewing application, rather than accessing IDOL View Server Component directly.
Specify a default value for UrlPrefix in the DefaultURLPrefix configuration parameter. If you do not set UrlPrefix or DefaultURLPrefix, links to subdocuments point back to IDOL View Server Component.
To view a subdocument, use the GetLink action, and pass the link to the subdocument in the LinkSpec parameter.
If UrlPrefix points to a Web server, IDOL View Server Component uses the Web server to serve up links. For example, URLPrefix=http://apacheserver/alias/.
Note: By default, IDOL View Server Component does not add the specified UrlPrefix to absolute links (full URLs). To edit these links, use the AbsoluteLinkPrefix configuration parameter.
| Actions: | |
| Type: | String |
| Default: | DefaultURLPrefix |
| Example: | UrlPrefix=http://vview:8080/GetLink?LinkSpec=
|
| See Also: |
AbsoluteLinkPrefix configuration parameter DefaultURLPrefix configuration parameter RedirectAbsoluteLinks configuration parameter |
|
|