Parameter | Description |
applicationStartup Timeout | Required. Period, in milliseconds, that the injector will wait for the host bundle to become active. After the period expires, the injector will try to obtain the host BundleContext. If the context is not available, the injector will fail the application startup. The default is 300000. |
applicationStartup Poll | Required. How often, in milliseconds, the injector will poll the state of the host bundle. The default is 1000. |
injectionStartup Timeout | Required. Period, in milliseconds, that the injector will wait for all unbound resources to be injected. If this period expires and resources are missing, the injector will fail the application startup. The default is 30000. |
serviceProxy Timeout | Required. Damping period, in milliseconds, of the service proxies. If a service tracked by a proxy is not available, the injector will block the caller thread for the specified number of milliseconds. The default is 10000. |
Parameter | Description |
autoDeploy | Whether to automatically deploy web applications. The default is true. |
deployOnStartup | Whether to deploy web applications during Software AG Runtime startup. The default is false. |