[Enterprise Extensions only]

Disabling Internationalization context within Enterprise JavaBean Java application clients

The Internationalization Service is normally enabled to manage Internationalization context within contained Enterprise JavaBean Java application clients. To disable Internationalization context, you must ensure that the i18nctx.jar Jar file is not included in the CLASSPATH.

Because the CLASSPATH is included automatically when the launchclient utility constructs the CLASSPATH, you must remove the i18nctx.jar Jar file from the WAS_HOME/lib directory (where WAS_HOME represents the directory in which WebSphere Advanced Edition is installed). This prevents the file from being included in the CLASSPATH constructed by the launchclient utility.

Caution: Removing the i18nctx.jar Jar file from the WAS_HOME/lib directory disables any application server in your installation from using the Internationalization Service.