AWS Manager Software
The AWS Manager application is freely available and distributed as a web application archive (WAR) file. The WAR file can be downloaded here. Save this file to your web application server and deploy as normal. In the near future, the full source code will be made available.
Currently, AWS Manager is deployed in a Glassfish environment running on OpenSolaris 2008.11. AWS Manager has also been tested in a Apache Tomcat environment running on both OpenSolaris 2008.11 and Ubuntu Linux.
There are a few things that you will need to do if you are deploying AWS Manager on Apache Tomcat.
Instructions for deploying on Apache Tomcat:
- Download javaee.jar.zip, unzip, and save the jar file in the $CATALINA_HOME/lib directory.
- Download jsf-impl.jar.zip unzip, and save in the $CATALINA_HOME/lib directory.
- Shutdown Tomcat, if already running, $CATALINA_HOME/bin/shutdown.sh
- Startup Tomcat $CATALINA_HOME/bin/startup
- Deploy the AWS Manager war file referenced above.