
medha
This is the Registration module which automates the registration process at schools and Universities.
Tomcat servers Configuration:-
Add the below configuration to Context.xml file of tomcat server.
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" initialSize="10" jdbcInterceptors="org.apache.tomcat.jdbc.pool.interceptor.ConnectionState ; org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer" jmxEnabled="true" logAbandoned="true" maxActive="100" maxWait="10000" minEvictableIdleTimeMillis="30000" minIdle="10" name="jdbc/ums" password="yaragalla" removeAbandoned="true" removeAbandonedTimeout="60" testOnBorrow="true" testOnReturn="false" testWhileIdle="true" timeBetweenEvictionRunsMillis="30000" type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/mysql" username="root" validationInterval="30000" validationQuery="SELECT 1"/>
End of context.xml
Create database with the help of the sql file in the package "com.ymd.database.sql"
checkout the source code and build the war file.
This is only registration module. So any interested developers can take it further.
Project Information
The project was created on Dec 23, 2013.
- License: Apache License 2.0
- svn-based source control