rigsb.net

News for our friends and family

Monthly Archives: May 2009

OAS Log Rotation and Java Options

Posted on by Eric Rigsby

Objective Configure an OAS instance for centralized logging, daily log rotation, and increased memory. Notes Edit opmn.xml. For each instance make the following changes. <data id=”java-options” value=”-server -Xmx1024M -Xms1024M -Djava.security.policy=$ORACLE_HOME/j2ee/liferay/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Djava.io.tmpdir=<PATH_TO_TMP> -Duser.home=<PATH_TO_TMP> -XX:MaxPermSize=512M -Doc4j.userThreads=true -Dfile.encoding=UTF-8 -Doracle.useSessionIDFromCookie=true -Dstdstream.rotatetime=00:00″/> <data … Continue reading

OAS HTTPS Lockdown

Posted on by Eric Rigsby

Objective Configure Oracle Application Server 10.1.3.4 to restrict access to HTTPS (port 443). Notes Pre-reqs: OAS 10.1.3.4 with only J2EE and OHS installed. Signed certificate and private key for this server. Certificate must be included in a pkcs12 file at … Continue reading