The archive containing the Quotero Web Explorer (or Quotero Web Client) application is available on SourceForge.
This archive contains a standard Java Web Application, which can be deployed on any Java servlet container (tested on Tomcat 5.5/6/7)
When downloaded, the whole archive can be placed under the webapps directory of your Tomcat instance.
The following file has to be updated :
WEB-INF/quotero-client.xml
Before starting your favorite servlet container, please update the value of "ServerURL" key, with your QuoteroServer http URL.
You can adjust the TranferChunkSize parameter value, regarding the size (in bytes) used to split file during transfer, between the Quotero server and the Quotero Web Client.