Dynamic Routing
WebSphere Apache 和 IHS 外掛程式的 Intelligent Management 特性,可為外掛程式提供「隨需應變路由器」功能。這項特性可讓伺服器執行外掛程式可以連接的 REST 服務,以便動態遞送至 Liberty 群體中的所有伺服器。
啟用這項特性
如果要啟用「動態遞送」特性,請在 server.xml 檔的 featureManager 元素內,新增下列的元素宣告:
<feature>dynamicRouting-1.0</feature>
開發相依於這項特性的特性
如果您要開發的特性相依於「動態遞送」特性,請將下列項目包含在您新特性的特性資訊清單檔 Subsystem-Content 標頭中:
com.ibm.websphere.dynamicRouting-1.0; type="osgi.subsystem.feature"
這項特性啟用的特性
這項特性提供的 IBM API 套件
特性配置元素
您可以在 server.xml 檔中使用下列元素,來配置「動態遞送」特性:
- administrator-role
- authCache
- authentication
- authorization-roles
- basicRegistry
- channelfw
- classloading
- dynamicRouting
- httpAccessLogging
- httpDispatcher
- httpEncoding
- httpEndpoint
- httpOptions
- httpProxyRedirect
- jaasLoginContextEntry
- jaasLoginModule
- library
- ltpa
- mimeTypes
- quickStartSecurity
- tcpOptions
- trustAssociation
- virtualHost