DANNO CLIENT SETUP ~~~~~~~~~~~~~~~~~~ Copy all js, css, html, and php files to an Apache or Tomcat served location. IMPORTANT! To operate, at all, the files and Danno server must be located on the SAME HOST (for more details, lookup Same Host Problem security issue). Currently, the client relies on php, which required the file be served by Apache. It is recommended that the Dano server be setup to use the Apache "mod proxy" service so that the port number for Tomcat never appears anywhere but the Apache config file (ie, don't include it in the Danno web xml path). The lines below should be appended to the Apache configuration file. This is normally /etc/httpd/conf/http.conf ProxyPreserveHost on ProxyPass /danno/ http://:/danno/ ProxyPassReverse /danno/ http://:/danno/ After copying the files to the server, some editing is required. The following examples use an Apache server with Tomcat accessed via 'http://maenad.itee.uq.edu.au' with the cliens files copied to a directory called 'dias-b' located of the server root. Note the Tomcat port is mentioned ONLY in the httpd config script. dannotate.html ~~~~~~~~~~~~~~ Near "url=encodeURIComponent(window.location.href);" insert the host and any extra path details. Eg: window.location.href='http://maenad.itee.uq.edu.au/dias-b/pageproxy.php?env=ff&url='+url; If desired, set the "g_host" variable located in the embedded