Go to file
amontano 8cd668090c Simplified the steps for installation on a tomcat server. By moving
commons-dbcp-1.2.1.jar, commons-pool-1.2.jar, and commons-collections-3.1.jar
to webroot\web-inf\lib. Now all that is needed for lex is nicely bundled in itself.
2005-02-23 00:52:47 +00:00
loadtests Anoop's major update. Everything has changed location. 2005-02-21 06:54:11 +00:00
src Anoop's major update. Everything has changed location. 2005-02-21 06:54:11 +00:00
tomcat Moved commons-dbcp-1.2.1.jar, commons-pool-1.2.jar, commons-collections-3.1.jar to webroot\web-inf\lib 2005-02-23 00:47:12 +00:00
webroot Moved commons-dbcp-1.2.1.jar, commons-pool-1.2.jar, commons-collections-3.1.jar to webroot\web-inf\lib. 2005-02-23 00:48:47 +00:00
work/loader/org/thdl/tib/text Anoop's major update. Everything has changed location. 2005-02-21 06:54:11 +00:00
.cvsignore Modified build.xml/build.properties connection 2003-11-26 16:54:59 +00:00
Readme.txt Simplified the steps for installation on a tomcat server. By moving 2005-02-23 00:52:47 +00:00
build.xml Anoop's major update. Everything has changed location. 2005-02-21 05:54:28 +00:00

Readme.txt

October 6, 2003
The THDL Tibetan Collaborative Dictionary requires the following:

1. Check out the ThdlUser module to the same directory as the Dictionary. Or if you want to put it elsewhere, modify build.properties accordingly.

2. A recent version of Tomcat must be installed and the tomcat user/pass combo specified in the build file must be present in the tomcat-users.xml file with the role of manager.

3. Ant must be installed and the ant bin directory should be in your PATH variable. Also, catalina-ant.jar needs to be in $ANT_HOME/lib.

4. The MySQL databases Lex and ThdlUsers should be running locally  with select, insert, update and delete privileges for the user specified in the following files: lex-context-config.xml, tomcat\conf\Catalina\localhost\lex.xml. Make sure to also update the docbase, workdir, and address for mysql database.

5. If you are using the DictionaryImporter class, copy dictionary-importer.properties.sample to dictionary.properties and update also the user and password.

6. The package includes a pre-configured tomcat server. If you would rather use your own installation of tomcat:
- Modify build.xml so that tomcat/common/lib folder points to your tomcat installation.
- Copy lex.xml from tomcat/conf/Catalina/localhost to your tomcat installation. Then update the workdir property.

To get a copy of the database, contact Steve Weinberger ( snw8f@virginia.edu ).

This document was written by Travis McCauley.
Updated by Andres Montano, 2/22/2005