Download Latest Version wp4annotation.zip (28.4 MB)
Email in envelope

Get an email when there's a new version of LTfLL

Home / services / polycafe
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2011-03-03 2.0 kB
COPYRIGHT.txt 2011-03-03 933 Bytes
INSTALL.txt 2011-03-03 547 Bytes
ltfll-php-webservice.zip 2011-03-03 1.4 MB
ltfll-java-webservice.zip 2011-03-03 542.6 MB
Totals: 5 Items   544.0 MB 0
PolyCAFe Service
----------------

These files contains the PolyCAFe service developed by the LTfLL project.
For further information please visit:
	http://www.ltfll-project.org/index.php/polycafe.html

DEMO:
	http://augur.wu.ac.at/elgg/ (login: polycafeUser, password: polycafePwd)

SYSTEM REQUIREMENTS

For Java services:
 - JAVA 1.6.x
 - TOMCAT 6.0.x
 - Axis2
For PHP services:
 - Apache HTTP Server 2.x
For both:
 - MySQL 5.0+

Files:
	- ltfll-java-webservice.zip: The Java-based services required to run PolyCAFe on other systems. It also includes several pre-trained LSA spaces for IT and Medicine (English) and a Romanian LSA space for IT.
	- ltfll-php-webservice.zip: The PHP-based services required to run PolyCAFe on other systems.


Setup instructions for ltfll-java-webservice:
CONFIGURATION
 - make sure that in the $AXIS2_HOME/WEB-INF/conf/axis.xml file you have the JSON format enabled for encapsulating data.
 In the <messageFormatters> tag there neeeds to be an entry like <messageFormatter contentType="application/json" class="org.apache.axis2.json.JSONMessageFormatter"/> 
 And in the <messageBuilders> tag there needs to be  <messageBuilder contentType="application/json" class="org.apache.axis2.json.JSONOMBuilder"/>
 
INSTALLATION
 - create a folder named "ltfll-webservice" in $AXIS2_HOME/WEB-INF/services/
 - Unzip the ltfll-webservice.zip file to the following folder: $AXIS2_HOME/WEB-INF/services/ltfll-webservice/ 
 For example in linux/unix you could use something like: unzip ltfll-webservice.zip -d $AXIS2_HOME/WEB-INF/services/ltfll-webservice/
 
NOTE
 - $AXIS2_HOME presumably points to the Axis2 installation folder

Setup instructions for ltfll-php-webservice:
CONFIGURATION
- move the files to your Apache HTTP server htdocs directory (or web application root);
- create the database by running the db.sql file


Copyright ©2011 LTfLL Project, http://www.ltfll-project.org/
(Language Technologies for Lifelong Learning)
Source: README.txt, updated 2011-03-03