Make manual changes for WebLogic
To make manual changes for WebLogic:
Edit the web.xml file located in SERVERHOME/distrib/enovia/WEB-INF/ by
adding the following lines below ContextParam_11:
<context-param id="ContextParam_12">
<param-name>weblogic.httpd.inputCharset./*</param-name>
<param-value>UTF-8</param-value>
</context-param>
Add the following without quotes to the startWebLogic file located in the WebLogic installation directory for your platform (see table below):
MEM_ARGS="-Xms512m -Xmx512m -Dfile.encoding=UTF-8 -Xss1024k
-XX:NewSize=80m -XX:MaxNewSize=80m -XX:MaxPermSize=128m:-Xnocl
assgc -XX:+DisableExplicitGC"
UNIX/Linux: Add this setting to the startWebLogic.sh/startWLS.sh file. |
Windows: Add this setting to the startWebLogic.cmd/startWLS.cmd file. Note:
On Windows, you must add set in front of MEM_ARGS.
|