Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1:/tmp/cvs-serv25806/WEB-INF/maple
Modified Files:
Tag: develop_2_1
AutoConf.mpl Servlet.mpl
Log Message:
streamlined installation which does not overwrite Tomcat's servlet.xml
Index: AutoConf.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/AutoConf.mpl,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** AutoConf.mpl 14 Jul 2003 22:51:47 -0000 1.1.1.1.2.3
--- AutoConf.mpl 14 Jul 2003 23:20:26 -0000 1.1.1.1.2.4
***************
*** 829,837 ****
if (dontquit <> true) then `quit`(1): fi:
else
! p("AIM was successfully configured. You should now read in the \n"):
! p("file Servlet.mpl to generate the servlet configuration files \n"):
! p("and put them in their proper places. Before doing this, you \n"):
! p("may want to make a backup copy of the file \n"):
! p("<top tomcat directory>/conf/server.xml. \n"):
fi:
--- 829,834 ----
if (dontquit <> true) then `quit`(1): fi:
else
! p("AIM was successfully configured. \n"):
! read("Servlet.mpl"):
fi:
Index: Servlet.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/Servlet.mpl,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -d -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** Servlet.mpl 14 Jul 2003 22:51:47 -0000 1.1.1.1.2.2
--- Servlet.mpl 14 Jul 2003 23:20:26 -0000 1.1.1.1.2.3
***************
*** 416,417 ****
--- 416,419 ----
printf("com.oreilly.servlet classes are already installed.\n"):
fi:
+
+ read("make.mpl");
|