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.
Steps for this task
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.
When calling the launchClient tool, include the argument -CCDI18NService.enable=false or -CCDI18NService.enable=no.
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.
Related concepts
Internationalization service
Related tasks
Administering the internationalization service
Enabling the internationalization service for servlets and enterprise
beans