Month: May 2009

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 C:Documents and Settings\workspace Goto C:Documents and Settings\workspacerice Copy rice.classpath.classpath and rice.project to .classpath and .project in C:Documents and Settings\workspacerice Run mvn -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.1.0.3.0 -Dpackaging=jar -Dfile=”C:Documents and Settings\javadriversojdbc14.jar” install:install-file Run…

Read More

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 Settings<your userid>workspace Import financial-system into eclipse as a project. Name it financial-system Setup Project Variables Open context menu for the financial-system project by clicking your right-mouse button on the project.…

Read More

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 create within the command line folder. If location is different, make it as /cert/location/mycert.jks 1. Open command line window in win/unix 2. keytool -genkey -alias tomcat -keyalg RSA -keystore mycert.jks…

Read More

Install Apache Tomcat

Download Tomcat 5.5.27 zip file from Apache unzip Tomcat into C:Documents and Settings<Your User ID> on local Edit server.xml in C:Documents and Settings<Your User ID>apache-tomcat-5.5.27confserver.xml On line number 94. Change the port number <!– Note : To disable connection timeouts, set connectionTimeout value to 0 –> <Connector port=”10080″ maxHttpHeaderSize=”8192″ maxThreads=”150″ minSpareThreads=”25″ maxSpareThreads=”75″ enableLookups=”false” redirectPort=”8443″ acceptCount=”100″…

Read More