Dynamic URLs with virtual host junctions
Understand how virtual host junctions are expressed in the configuration file so that you can identify how they are labeled and where they map to.
In the dynurl.conf configuration file, virtual
host junctions are expressed as /@<vhost-label>.
For example, the following dynurl.conf configuration
file entry specifies that a virtual host junction labeled test-http map
all URLs under the directory /mapfrom to the protected
object /@test-http/maptoin /@test-http/mapto/@test-http/mapfrom/*.
Standard WebSEAL junctions and virtual host junctions can co-exist
in the dynurl.conf configuration file. For example:
/mapto/@test-http/mapfrom/*
/@test-http/mapto/mapfrom/*