1 Installation
Ajaxora is standard Java EE web application that needs servlet container to run in. It does not use server specific resources so it should work in any servlet container that supports Java version 6 and servlet specification 2.4.
Oracle JDBC driver is not provided within the archive due to the license limitations. Appication will run and support other databases but trying to use Oracle functionality will result the following exception: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
You have to download oracle JDBC jar from official site. There few ways to make Oracle JDBC driver available for the application. One option is to put the jar into the WEB-INF/lib folder within the archive or you can put the jar file into the server shared libraries folder. On tomcat server (version 6.x and onward) it is enough to put respective jar into $CATALINA_HOME/lib