WebApp Component Reference
Field | Description |
---|---|
WTP Project |
Start with the Eclipse WTP project containing the WebApp component implementation. Alternatively, you can create a new WTP project from the generate servlet implementation. |
WAR | Start with the WAR file containing the WebApp component implementation. |
Plugin Project | Creates a plug-in project implementation. |
Properties
The contextRoot and Connector Name properties must always be set.
Field | Description |
---|---|
contextRoot | The context root of a web application determines which URLs are to be delegated to your web application. If your application's context root is myapp, any request for
NOTE:
|
defaultConnector | This property defines the name for an HTTP Inbound connector. For a web application, a browser is the only way of communication and a browser uses HTTP to communicate with any web application. In ActiveMatrix Service Grid, you need to configure this HttpInbound Resource template in the Administrator before deploying a web application. |
Compute Feature Dependencies
Field | Description |
---|---|
Compute Feature Dependencies | Indicates whether to compute the features on which the component bundle depends. When cleared, the Feature Dependencies table displays.
Default:
|
Preview | Displays a dialog containing a list of features on which the component bundle depends. |
Features Dependencies
Column | Description |
---|---|
Feature ID | ID of the feature. |
Version Range | A range of feature versions. |
By default, the table lists the details of the automatically-generated feature containing the component implementation bundle.
Plugin Project
Field | Description |
---|---|
Plugin Project | Selected plug-in project implementation. |
Deployment Descriptor (web.xml ) File
|
Location of the
|
Thread Context Class Loader Type | Configures the Thread Context Class Loader property:
Default: component |
Package the Implementation Bundle with the Application
Field | Description |
---|---|
Package the implementation bundle with the application | Indicates whether to compute the component bundle dependencies. When a component is deployed on a node, ActiveMatrix Service Grid generates a component bundle. When selected, the component implementation bundles required by the component bundle are computed and identified when you package the composite. When cleared, the Implementation Dependency and Compute Feature Dependencies fields display. You can manually specify the dependencies.
Default:
|
Implementation Dependency | Type of the dependency of the component bundle on the component implementation.
Default: Require Bundle |
Bundle Name | Symbolic name of the bundle containing the component implementation.
Default: The bundle in which the component implementation class is present. |
Package Name | Name of the package containing the component implementation.
Default: The package in which the component implementation class is present. |
Version Range | Versions of the bundle or package that satisfy the component bundle's dependency. When specifying a range for a bundle, you may require an exact match to a version that includes a build qualifier. In contrast, the range for a package is inexact.
Default:
|