; ; $Id$ ; ; Copyright (c) 2001, RIACA, Eindhoven University of Technology (TU/e). ; All Rights Reserved. ; INSTALL ------- If you are reading this through a webbrowser, because you installed this web-archive inside your webserver, you do not need to read this information anymore, otherwise you should follow the directions below. INSTALLING A JSP CAPABLE WEBSERVER ---------------------------------- If you want to use this webapplication you should install it into a JSP enabled webserver. The reference implementation for JSP which includes such a webserver is downloadable from the Java Sun Website [1]. If you have your own compliant webserver follow the directions given there. INSTALLING THE WEBAPPLICATION ----------------------------- Depending on the webserver you are using the installation instructions are different. The directions following are for use with Tomcat. 1. Copy the mathematica.war archive to the $TOMCAT_ROOT/webapps. 2. Restart Tomcat 3. Browse to http://localhost:8080/mathematica to view it. 4. Happy browsing :). References ---------- [1] Java Sun Website http://java.sun.com/