Latest

  • LDAP authentication in JAVA

    This is a simple example through which will connect to the LDAP Server and authenticate user. import java.util.*; import javax.naming.*; import javax.naming.directory.*; public class SimpleLDAPImpl…

  • Install Rice for KFS

    Download KFS from Kuali Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.) Move C:Documents and Settings\workspacekfs-release-2rice to…

  • Install Kuali Financial System

    Download KFS from Kuali Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.) Move financial-system to C:Documents and…

  • How to configure SSL on Tomcat 5

    Here are few simple steps to configure SSL with Tomcat Note: min require JDK is 1.5 to follow below instructions Step 1: mycert.jks certificate will…