Creative Commons for ACRO README
Installation instructions for Windows
Requirements:
- TOMCAT 5.5 or higher
- PostgreSQL 8.1.4 or higher
- acroPublic.war file
Installation steps:
- Install Tomcat 5.5
- Run the Tomcat server
- Install PostgreSQL 8.1.4
- Within PostgreSQL, create a database called "acro"
- Set $TOMCAT_HOME = C:\Program Files\Apache Software Foundation\Tomcat 5.5\;
- Download the following library file: postresql-8.1-407.jdbc3.jar (in $TOMCAT_HOME\common\lib)
- Deploy acroPublic.war file
- Restart Tomcat.
- Test that acroPublic is working:
- Try to access the following URL: http://localhost:8080/acroPublic
- For publish test, log in with username "guest" and password "guest".