Operating Systems: i5/OS
Personalize the table of contents and search results
Changing enterprise bean types to initialize at application start time
using the Application Server Toolkit
EJB types can be forced to initialize at application start time
by setting a flag within the bean's deployment descriptor. If this flag is
set to true, then the bean is initialized at application start time.
Overview
However, by default, the WebSphere Application Server's Enterprise
JavaBeans (EJB) Container delays the initialization (loading and processing)
of most EJB types until they are needed during runtime. This delay helps to
speed up the application start time.
Procedure
- Start the Application Server Toolkit.
- Select EJB Deployment Descriptor.
- In the property pane, select the WebSphere Extensions tab.
- Check the box labeled Start EJB at Application Start.
- Select OK.
}
Changing enterprise bean types to initialize at application start time
using the administrative console
|