Action Rule Function Based Approach
HTTP request can be processed in TIBCO BusinessEvents Studio without mapping to an event.
An HTTP request can be processed in two ways:
HTTP Request Processing
The TIBCO BusinessEvents server parses the HTTP request received from client. The server extracts the request header and identifies the request URI of the request. The request URI should map to the context specified in the destination defined for the channel. In this case TIBCO BusinessEvents server looks for the destination having the same context path as the requestURI.
For example, the requestURI for the request https://localhost:7000/Transport/Channel/StudentDestination is /Transport/Channel/StudentDestination. TIBCO BusinessEvents engine maps the request with a destination having context path /Transport/Channel/StudentDestination if it exists.
Deploying Multiple Web Applications
You can deploy multiple web applications on single channel. Specify the *.WAR file or a valid J2EE web application folder under the Web Applications section in the advanced tab. Specify the context URI and resource path for the web application. Resource path identifies the actual path of web application resources. In case of a *.WAR file resource path is the location of the war file, and in case of the J2EE web application folder the resource path is the location of the base folder of the web application.