Setup Instructions for IDRS

This is the installation guide for the IDRS.  Sorry, but nothing is done for you right now and this only covers instalation under Tomcat 3.1 and 3.0.
 

  1. Make sure that either Tomcat 3.1 or 3.0 is installed.
  2. if using Tomcat 3.1 make a dirrectory in the webapps dirrectory called IDRS
  3. if using Tomcat 3.0 make a dirrectory in the tomcat dirrectory called IDRS
  4. add WEB-INF dirrectory to the IDRS dirrectory
  5. either add idrs.jar or the net directory with all of it's contents to the classes directory inside of WEB-INF
  6. add a context to IDRS to server.xml
  7. copy web.xml int WEB-INF dirrectory and fill in parameters apropriatly
  8. follow instructions in idrsdata.html for creating the data-model for the IDRS
  9. If Tomcat is running, restart it.
  10. Enjoy!