Quotero Wiki » Install » Quotero Web Client Quick Install

Quotero Web Client Quick Install

Last modified by Fabien Alin on 2011/02/16 14:34

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

<quotero-client-configuration> <key name="ServerURL" value="http://localhost:8080/quotero-war" /> <key name="MaxFileUploadSize" value="100" /> <key name="TemporaryFilesPath" value="/opt/quotero/repository/tmpfiles" /> <key name="TransferChunkSize" value="10240" /> </quotero-client-configuration>

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.

Tags:
Created by Fabien Alin on 2011/02/16 14:21

This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 2.6.1.33884 - Documentation