WebLogic 12c
This topic demonstrates how to configure WebLogic 12c:
Auto-deploy is used with this server. Logi application folders must be manually given a .war file extension.
The JVM settings described above can be changed by editing them in
$WL_HOME/user_projects/domains/<Logi_Domain>/bin/setDomainEnv.sh (Linux/UNIX)
$WL_HOME/user_projects/domains/<Logi_Domain>/bin/setDomainEnv.cmd (Windows)
Click this link weblogic.xml to open it in your browser. Right-click and select "View page source" (or similar) to see a plain text version of the code. Save this code as <LogiAppFolder>/WEB-INF/weblogic.xml.
If using requests that return a large amount of data, performance can be improved by configuring the "TCP Chunk" parameters. You must pass -D weblogic.Chunksize=65535 for Logi to work properly under Weblogic. See the following information: Tune the Chunk Parameters