You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/12/09 03:27:36 UTC

svn commit: r355323 - /portals/jetspeed-2/trunk/installer2/build-installer.xml

Author: taylor
Date: Thu Dec  8 18:27:35 2005
New Revision: 355323

URL: http://svn.apache.org/viewcvs?rev=355323&view=rev
Log:
installer ups memory requirements

Modified:
    portals/jetspeed-2/trunk/installer2/build-installer.xml

Modified: portals/jetspeed-2/trunk/installer2/build-installer.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/build-installer.xml?rev=355323&r1=355322&r2=355323&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/build-installer.xml (original)
+++ portals/jetspeed-2/trunk/installer2/build-installer.xml Thu Dec  8 18:27:35 2005
@@ -53,10 +53,8 @@
   <!-- get the base tomcat install -->
   <!-- first download the zip files -->
   <echo> now downloading tomcat installs..  this may take a while </echo>
-<!--
   <get usetimestamp="true" dest="./apache-tomcat-5.5.12.zip" src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12.zip" />
-  <get usetimestamp="true" dest="./apache-tomcat-5.5.12-compat.zip" src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12-compat.zip" />
-->
-
+  <get usetimestamp="true" dest="./apache-tomcat-5.5.12-compat.zip" src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12-compat.zip" />
   <!-- now unzip them -->
   <echo> done with downloads, now unzipping </echo>
   <unzip src="./apache-tomcat-5.5.12.zip" dest="./apache-tomcat" />
@@ -70,7 +68,7 @@
 	</fileset>
   </copy>
   <echo> updating tomcat users </echo>
-  <copy file="tomcat-users.xml" tofile="Jetspeed_Portal/conf/tomcat-users.xml" overwrite="true" />
+  <copy file="tomcat-users.xml" tofile="Jetspeed_Portal/conf/tomcat-users.xml" overwrite="true" />

  <echo> replacing startup files with ones with larger heap size </echo>
  <copy file="catalina.sh" tofile="Jetspeed_Portal/bin/catalina.sh" overwrite="true" />
  <copy file="catalina.bat" tofile="Jetspeed_Portal/bin/catalina.bat" overwrite="true" />
	
   <echo> done with  tomcat users </echo>
   <mkdir dir="temp" />
   <copy todir="temp" >



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org