...
Panel | ||||
---|---|---|---|---|
| ||||
External Applications support Support for external applications was removed from XperienCentral in version R29.3. |
...
The WmInclude
filter is the filter most often used to integrate external applications. Define the following properties for the WMInclude
filter:
Property | Description |
---|---|
Proxy | Name of the proxy server as defined on the Proxy servers tab Select the proxy server for this external application from the drop-down list. |
Server | The name of the application server as defined on the Application servers tab. Select the server for this external application from the drop-down list. |
Method | The available methods are "GET" (an HTTP GET request) and "POST" (an HTTP POST request. The method you use depends on the configuration of the application server on which the external application is running. |
Protocol | Specifies the protocol to use for the filter. The available protocols are "HTTP" and "HTTPS". |
Relative URL | The part of the URL after the server name and/or port number. In the following example, XperienCentral.html is the relative URL: http://connect.gxsoftware.com/XperienCentral If you want to use the root of the URL as the source, add a forward slash to this field "/" (without quotes). |
Debug | Select this option if you want debug messages to appear in the Tomcat log. |
Debug content | Select this option if you want log messages related to the content from the external application to appear in the Tomcat log. |
Max redirects | Specifies the maximum number of redirects to other applications. If this field is left blank, the maximum number is 10. |
Error page | The page the visitor will be redirected if an error occurs while accessing the external application. Click [Search] to select the page using Advanced Search. |
...
...
WMReplacementsFilter
...
This filter displays the content from the specified file. This is useful for situations where the source for content is a file on disk as opposed to an external application. Enter the fully qualified path to the file including its extension. For example:
...
XSLFilter
This filter converts XML to HTML so it can be rendered in XperienCentral.
...