WebLogic 10
This topic demonstrates how to configure WebLogic 10:
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)
WebLogic 10 - 10.2: Click this link weblogic10.xml to open it in you browser. WebLogic 10.3: Click this link weblogic103.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