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 →
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 →
Objective Install OpenLDAP on Windows Server 2003 as a Windows service. Notes Install Cygwin Minimal install with only openldap and cygrunsrv selected. Configure slapd Use cygrunsrv to install slapd as a Windows service. cygrunsrv –install OpenLDAP –path /usr/sbin/slapd –args “-d … Continue reading →
Objective Place sidebar widgets in a static page in WordPress. Specifically, place the Nike+ plugin for WordPress widget in a static page. Notes Added this line to functions.php <?php register_sidebar(array(‘name’ => ‘nikeplus’)); ?> Created a template to use for the page … Continue reading →
Objectives Receive Nagios notifications via Twitter. Template based. Not available on the public timeline. Source: NagiosExchange: Nagios+Twitter Notes Create a twitter bot user logon with your new twitter bot go to settings mark your updates as private logout logon with … Continue reading →