Skip to main content

Posts

Showing posts from March, 2005

Configure Java SDK under Linux

Unpack the rpm.bin Install the rpm Change alternatives: update-alternatives --install /usr/bin/java java /usr/java/j2sdk1.4.2_07/bin/java 100 update-alternatives --config java There are 2 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/share/java/libgcj-java-placeholder.sh 2 /usr/java/j2sdk1.4.2_07/bin/java Enter to keep the current selection[+], or type selection number: 2 Do the same with javac

Set DAS and LDAP logging for the CS calendar

To enable debug logging of the unidas process (DAS): Set the following parameters in unison.ini: [DAS] log_debug = TRUE log_trace = TRUE log_modulesinclude = { "CTLDAP*" } Restart the calendar server. The additonal debug information is recorded in (for example): $ORACLE_HOME/ocal/log/das.log file