Language Settings
See Configuring the Live Collaboration Server for Japanese for information on Japanese language settings.
Language SettingsSee Configuring the Live Collaboration Server for Japanese for information on Japanese language settings. Date and Time Format SettingsTo configure the date and time format for your application server for use in Japanese:
Verify that the following are in the emxSystem.properties file in SERVERHOME/STAGING/ematrix/properties (UNIX), or SERVER_INSTALL\STAGING\ematrix\properties\ (Windows):
<emxSystem.properties> eServiceSuites.eMatrixDateFormat = MM/dd/yyyy hh:mm:ss a eServiceSuites.eMatrixInputDateFormat = MM/dd/yyyy hh:mm:ss a Additionally, after you build the J2EE archive file, you should re-verify the contents of your emxSystem.properties file. Weblogic.xml Settings
Before building the J2EE archive file, you must define each JSP parameter (such as
inputCharset) in the weblogic.xml file located in
SERVER_INSTALL\Platform\resources\warutil\.
For example: <charset-params> <input-charset> <resource-path> /* </resource-path> <java-charset-name> csWindows31J </java-charset-name> </input-charset> </charset-params> For more information on configuring the weblogic.xml file, see: http://edocs.beasys.co.jp/
e-docs/wls61/webapp/weblogic_xml.html
|