By
default, the internationalization service is enabled for use within Enterprise
JavaBeans (EJB) and Web-service enabled client applications. You can selectively
disable the service for some clients, as well as disable the service for all
server instances in the runtime environment.
Procedure
- Enable the service.
This occurs by default if the product
is used as installed. When calling 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.
- Selectively disable the service.
When calling the launchClient
tool, include the argument -CCDI18NService.enable=false or -CCDI18NService.enable=no.
- Disable the service for all application
server instances in the runtime environment.
Remove the i18nctx.jar file
from the install_root/lib directory.
This action prevents the file from being included in the CLASSPATH setting
that is constructed by the launchClient tool.