; ; $Id$ ; README ------ This webservice implements a simple Mathematical Object Manager. It is called a Store Webservice as it stores objects. If you are installing the products from source, please read the INSTALL file, otherwise continue reading here. Installing using the .war file ------------------------------ 1. Install Tomcat 5.0.16 (http://jakarta.apache.org) 2. Copy the .war file into the webapps directory of Tomcat. 3. Start Tomcat. --END