Administer the internationalization service
Overview
To use internationalization context in an Enterprise JavaBeans (EJB) application, the internationalization service must be enabled in the run-time environments for all server-side components (servlets and enterprise beans, including session beans enabled for Web service usage) as well as all client-side components (EJB client applications and Web service clients).
If you do not require the internationalization service, disable the service on all J2EE clients. (By default, the service is disabled for server-side components.) Disabling the service eliminates any possible performance degradation incurred by the implicit distribution of internationalization resources.
The internationalization service cannot be enabled for HTTP clients, because support for internationalization in that case is provided by the browser, not by the application server.
Steps for this task (dependent on configuration)
- Enable or disable the internationalization service for servlets and enterprise beans. The service is disabled by default within WebSphere application servers. You enable the service by using either the administrative console or the wsadmin tool.
- Enable or disable the internationalization service for EJB clients. The service is enabled by default within the WebSphere Application Server client container.
See also
Enabling the internationalization service for servlets and enterprise beans
Enabling the internationalization service for EJB clients
Internationalization service settings
Internationalization service errors
See Also
Internationalization service
Enabling tracing and logging