Enable the internationalization service for EJB clients

 

Overview

By default, the internationalization service is enabled for use within EJB client applications whenever the i18nctx.jar file is in the CLASSPATH setting that is constructed by the launchClient tool. The internationalization service is also enabled for Web service-enabled clients.

When invoking a Java client application, the launchClient tool sets the CLASSPATH to include the i18nctx.jar file and then activates the client container, which initializes, starts, and enables the service before delegating to the specified application.

To disable the service for all application server instances in your installation, remove the i18nctx.jar file from the install_root/lib directory. This action prevents the file from inadvertently being included in the CLASSPATH setting constructed by the launchClient tool.

To selectively disable the service, include the argument -CCDI18NService.enable=false or -CCDI18NService.enable=no when invoking the launchClient tool.


 

See Also


Internationalization service

 

Related Tasks


Administering the internationalization service
Enabling the internationalization service for servlets and enterprise beans