; ; $Id$ ; ; Copyright (c) 2001, RIACA, Eindhoven University of Technology (TU/e). ; All Rights Reserved. ; INSTALLING THE OUR TAG LIBRARIES -------------------------------- To build, install and use the our tag libraries you should: 1- Bild the tag library executing sh build.sh jar on TAGLIBSHOME. You will find a copy of the jar files under build/lib. You will probably need other jar files the tag libraries need to work properly. 2- Place the taglibrary files on the WEB-INF/lib/ directory of your web application. 3- Copy the files build/tld/*.tld to a directory inside the WEB-INF directory of your web application, namely WEB-INF/tlds/ 4- Then you should add the declaration of the tag libraries to your WEB-INF/web.xml file. For instance, http://riaca.win.tue.nl/omcore /WEB-INF/tld/omcore.tld NOTE: ----- -Please mind that to get everything working you will have to add to your CLASPATH all the jar files on wich the tag library depends on: the OpenMath library, the Phrasebooks implementations, etc. DOCUMENTATION & EXAMPLES ------------------------ If you type sh build.sh webapp an example Web Application will be created. You will find it on build/taglibs. This web Application constains a complete documentation + examples. We have tested it on Jakarta Tomcat 4.1.3 but it shut work on any Servlet 3.2 and JSP 1.2 compliant Web Server-Container. Has fun!!! Ernesto Reinaldo Barreiro.