Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2008-01-20 | 891 Bytes | |
prototype.sql | 2008-01-20 | 4.1 kB | |
prototype.war | 2008-01-20 | 26.2 MB | |
prototype.zip | 2008-01-20 | 5.2 MB | |
Totals: 4 Items | 31.4 MB | 0 |
There are three files 1. prototype-src.zip : The zip archive containing the source code and the MyEclipse project files. The project is created using MyEclipse Ver 5.5 running on windows xp. Unzip it on the file system and you should be able to import the project into your workspace. 2. prototype.war : The deployable war file that can be deployed on Tomcat6. Once deployed, you should be able to access it on /prototype. For me, when I am running Tomcat on port 8080 on my local machine, it is http://localhost:8080/prototype. This release works with MySql 5.x database, and the username/password information is in prototype-data.xml file. 3. prototype.sql : The schema for the minimal MySql database. There is one admin account with credentials as admin/admin and one client accoutn with user/user12345. You should have MySql 5.x and Tomcat6 for this software to run.