No description
Find a file
2003-10-27 21:05:08 +00:00
config I'm in the middle of figuring how to get the contentType and charset through the paddlewheel successfully. It's working in /lex/test/ but not after the jsps get their grubby hands all over the request. So this is to update mayor so I can read the log files from outside users. 2003-10-27 21:05:08 +00:00
images test 2003-10-06 03:14:54 +00:00
lib Added display of terms and passages in Tibetan Script using Jskad.TibetanHTML. This breaks thexhtml validity of the page so a valid getHTML output would be very nice. 2003-10-22 21:00:00 +00:00
src I'm in the middle of figuring how to get the contentType and charset through the paddlewheel successfully. It's working in /lex/test/ but not after the jsps get their grubby hands all over the request. So this is to update mayor so I can read the log files from outside users. 2003-10-27 21:05:08 +00:00
tld binaries 2003-10-06 02:56:10 +00:00
.cvsignore Added some .cvsignore files to exclude local-config directory and LexConstantsSecure.java 2003-10-06 15:08:56 +00:00
build.xml test 2003-10-24 21:19:34 +00:00
Readme.txt Updated Readme. 2003-10-06 17:19:55 +00:00

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

1. ThdlUser module needs to be compiled into the Dictionary build directory. If Dictionary and ThdlUser are checked out to the same directory, the ThdlUser build file will automatically compile to the default build directory inside Dictionary.

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. 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 lex-context-config.xml file. 

To get a copy of the database, contact Travis McCauley ( travis.mccauley@alumni.virginia.edu ).

Here are the steps:

[Haley:~/sandbox]% ls -l
total 0
drwxr-xr-x  16 travis  staff  544 Oct  6 13:10 Dictionary
drwxr-xr-x   5 travis  staff  170 Oct  6 12:35 ThdlUser

[Haley:~/sandbox]% ant -f ThdlUser/build.xml 

[Haley:~/sandbox]% ant -f Dictionary/build.xml install