I've been installing the kuali curriculum management system by following the quickstart guide given HERE.
I've successfully done everything but I'm unable to deploy the application in tomcat.
I've never really used tomcat before so can anybody please tell me how to follow the given steps. Like where do I add the memory settings and what is the oracle jar file etc.
Add the following memory settings to your server configuration -Xmx1024m -XX:PermSize=256m
Add the Oracle JAR to your Tomcat server's classpath (typically done by copying the JAR in TOMCAT_HOME/lib directory).
Copy the WAR file into TOMCAT_HOME/webapps (it is recommended that the version number be removed from the war filename before copying).
Start Tomcat