r2 - 22 Oct 2007 - 03:59:40 - Main.eturnerYou are here: TWiki >  Main Web > ServerConfiguration > Bindings > WebBinding

Object Overview

??

Example Object Definitions

... directly within a HTTPFullDuplexListener or HTTPInputConnector object:

Minimal Configuration:

<Bindings>
        <Binding url="*/index.html" dest="hostedFile1"/>
</Bindings>

Overview:

??


Complex Configuration (all possible attributes shown):

<Bindings>
        <Binding url="*/index.html" dest="hostedFile1">
                ... embedded ContentFilter, Transform, and ActionExecute objects ...
        </Binding>
</Bindings>

Overview:

??

Supported Attributes

General Attributes:

  • url - (usage: required): ??

Authentication Attributes:

  • authRealm - (usage - optional): Name of the AuthenticationRealm configuration object that should be utilized to secure access to this URL binding.

  • authDisplayName - (usage - optional): ??
    • This option may only be configured when the authRealm option is also set.

  • authType - (usage - optional, default: "basic"): Authentication type to utilize when securing access to this URL binding. Supported authentication types are:
    • basic - (default): HTTP basic authentication
    • digest - HTTP digest authentication
    • This option may only be configured when the authRealm option is also set.

  • authSecret - (usage - optional): ??
    • This option may only be configured when the authRealm option is also set.

  • authAsProxy - (usage - optional, default: "false"): ??
    • This option may only be configured when the authRealm option is also set.

Supported Child Configuration Elements

Content Filtering:

  • ContentFilter? - (usage: optional): ??

Data Transformation:

  • Transform - (usage: optional): ??

Sequenced MashupAliases:

  • ActionExecute? - (usage: optional): ??

Issues

None.

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions

tip TWiki Tip of the Day
Disabling links in large blocks of text
You can disable automatic linking of WikiWords by surrounding the text with noautolink and /noautolink ... Read on Read more

 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback