[Aimmath-commit] AIM/doc installwin.html,1.4,1.5
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-27 10:11:47
|
Update of /cvsroot/aimmath/AIM/doc In directory sc8-pr-cvs1:/tmp/cvs-serv10148/doc Modified Files: installwin.html Log Message: we need the process.exe even though we don't need it because some code requiring it was committed to CVS in the past. Index: installwin.html =================================================================== RCS file: /cvsroot/aimmath/AIM/doc/installwin.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** installwin.html 27 Aug 2003 07:53:58 -0000 1.4 --- installwin.html 27 Aug 2003 10:11:43 -0000 1.5 *************** *** 68,76 **** <h2><a name="jre">Java</a></h2> ! You need to have a java runtime environment (JRE) installed on your machine. ! If you don't have it already, you can install it by downloading and running the <a href="http://aimmath.sourceforge.net/j2re-1_4_2_01-windows-i586.exe">installer for JRE 1.4.2</a> (14MB) from <a href="http://java.sun.com">java.sun.com</a>. Just follow the default installation procedure. It will ! install the JRE into the folder <font color='green'>C:/Program Files/Java/j2re1.4.2</font>. <h2><a name="tomcat">Tomcat</a></h2> --- 68,75 ---- <h2><a name="jre">Java</a></h2> ! If you don't have a java runtime environment already, you can install it by downloading and running the <a href="http://aimmath.sourceforge.net/j2re-1_4_2_01-windows-i586.exe">installer for JRE 1.4.2</a> (14MB) from <a href="http://java.sun.com">java.sun.com</a>. Just follow the default installation procedure. It will ! install the JRE into the folder <font color='green'>C:/Program Files/Java/j2re1.4.2_01/bin</font>. Restart your computer to complete the installation. <h2><a name="tomcat">Tomcat</a></h2> *************** *** 80,88 **** the automatic installer for <a href="http://aimmath.sourceforge.net/tomcat-4.1.27.exe"> ! tomcat 4.1.27</a>. When the installer offers you to change the default installation location, I recommend you choose <font color='green'>C:\Tomcat</font> because it will be easier to find than the default location deep inside the <font color='green'>C:\Program Files</font> folder. Towards the end of the installation you will also be asked for the port number, you can simply ! leave it at the default <font color='green'>8080</font>. You will be able to create an admin account on the Tomcat manager. --- 79,87 ---- the automatic installer for <a href="http://aimmath.sourceforge.net/tomcat-4.1.27.exe"> ! tomcat 4.1.27</a> (8.73 MB). When the installer offers you to change the default installation location, I recommend you choose <font color='green'>C:\Tomcat</font> because it will be easier to find than the default location deep inside the <font color='green'>C:\Program Files</font> folder. Towards the end of the installation you will also be asked for the port number, you can simply ! leave it at the default <font color='green'>8080</font>. Finally you will be asked to choose a password for admin account on the Tomcat manager. *************** *** 113,118 **** <p/> </li> ! <li>Open the <a href="..\WEB-INF\maple\" target="new">maple folder</a> of your new AiM installation. (Just clicking the link ! should do it.) In the folder you will find a Maple worksheet <font color='green'>AutoConfWin.mws</font>. Open it in Maple (for example by double-clicking on it). In this worksheet you can first make changes to the default configuration, as explained there. Then execute the worksheet. The worksheet will find out most of the necessary configuration information automatically. --- 112,117 ---- <p/> </li> ! <li>Open the maple subfolder of your new AiM installation. (If you installed AiM in the default location then the folder is <a href="file://c:\Tomcat\webapps\AiM\WEB-INF\maple" target="new">c:\Tomcat\webapps\AiM\WEB-INF\maple</a>. Just clicking the link ! should open the folder in an Explorer window.) In the folder you will find a Maple worksheet <font color='green'>AutoConfWin.mws</font>. Open it in Maple (for example by double-clicking on it). In this worksheet you can first make changes to the default configuration, as explained there. Then execute the worksheet. The worksheet will find out most of the necessary configuration information automatically. |