Zip | Download Groups

: Contains web.xml (deployment descriptor), libraries ( lib/ ), and compiled Java classes ( classes/ ).

Compile the Java sources ( javac *.java ) within the WEB-INF/classes/groups directory. Download GROUPS zip

Add the appropriate JDBC driver ( classes111.jar or classes12.jar ) to WEB-INF/lib . : Contains web

Create an Oracle database user ( groups / groups ) and execute tables.sql to create the necessary tables. : Contains web.xml (deployment descriptor)

Displays files associated with the current user group ( files.jsp ).

Unzip groups.zip into the webapps directory of an Apache Tomcat installation.

tables.sql for setting up the required Oracle database structure. 3. Setup and Deployment Requirements