[Aimmath-commit] AIM/doc installosx.html,1.2,1.3
                
                Brought to you by:
                
                    gustav_delius,
                    
                
                    npstrick
                    
                
            
            
        
        
        
    | 
      
      
      From: <bre...@us...> - 2003-09-15 03:56:24
      
     | 
| Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv7158
Modified Files:
	installosx.html 
Log Message:
Changed to reflect changes in Servlet.mpl for startup and shutdown. installlin.html and installwin.html should be changed also.
Index: installosx.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/installosx.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** installosx.html	14 Sep 2003 16:11:43 -0000	1.2
--- installosx.html	15 Sep 2003 03:56:21 -0000	1.3
***************
*** 216,220 ****
    </blockquote>
    <blockquote>
!   <code>read"AutoConf.mpl";</code>
    </blockquote>
     in Terminal.  This will try to
--- 216,220 ----
    </blockquote>
    <blockquote>
!   <code>read("AutoConf.mpl");</code>
    </blockquote>
     in Terminal.  This will try to
***************
*** 247,254 ****
     <li>configuration information for Tomcat to the file 
      <font color='green'>/usr/local/tomcat/conf/server.xml</font>;</li>
!    <li>AiM-specific configuration information to the file
      <font color='green'>WEB-INF/web.xml</font> under the
      main AiM directory.
     </li>
     <li>and the scripts
      <font color='green'>WEB-INF/startaim.sh</font> and
--- 247,255 ----
     <li>configuration information for Tomcat to the file 
      <font color='green'>/usr/local/tomcat/conf/server.xml</font>;</li>
!    <li> and AiM-specific configuration information to the file
      <font color='green'>WEB-INF/web.xml</font> under the
      main AiM directory.
     </li>
+    <!--
     <li>and the scripts
      <font color='green'>WEB-INF/startaim.sh</font> and
***************
*** 256,259 ****
--- 257,261 ----
      to stop and start the Tomcat server.
     </li>
+    -->
    </ul><p/>
   </li>
***************
*** 261,265 ****
    entering 
    <blockquote>
!   <code>/usr/local/tomcat/webapps/AiM/WEB-INF/startaim.sh</code>
    </blockquote> in the
    Terminal.<p/>
--- 263,267 ----
    entering 
    <blockquote>
!   <code>/usr/local/tomcat/bin/startup.sh</code>
    </blockquote> in the
    Terminal.<p/>
 |