LASAD
=====
This is the SourceCode of the LASAD project.
Official (research) website: http://cses.informatik.hu-berlin.de/research/details/lasad/
SourceForge project: https://sourceforge.net/projects/lasad/
Building
--------
1. LASAD requires GWT in version 2.5.x
Download: http://google-web-toolkit.googlecode.com/files/gwt-2.5.1.zip
2. Extract GWT and adjust the path in the LASAD-Client/build.xml file in the "GWT_HOME" variable
3. Run "ant" in the LASAD-Client directory
This will compile everything and produce the file LASAD-Client/lasad.war and LASAD-Server/LASAD-Server.jar
Deploying on a server
---------------------
1. Build the GWT part of LASAD-Client
2. Deploy LASAD-Client/lasad.war to the Tomcat webapps folder
3. Deploy LASAD-Server/LASAD-Server.jar, LASAD-Server/java.policy,
LASAD-Server/server.cfg and LASAD-Server/conf to any folder on the server.
Adjust the settings in server.cfg (this includes to set up MySQL)
4. Start LASAD-Server.jar as in run.bat
if you want to deploy LASAD on a Linux machine, you can use lasad-init.d as an example for an init script (/etc/init.d/)
5. Use a web browser to navigate to your tomcat webserver using http:/example.com/lasad/
Hint: In order to be able to use the screenshot feature, you might need to increase the HEAP space of Tomcat to 512MB