Index: unix_installer/upgrader-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/upgrader-package/lams.properties,v diff -u -r1.2 -r1.3 --- unix_installer/upgrader-package/lams.properties 1 May 2008 02:37:18 -0000 1.2 +++ unix_installer/upgrader-package/lams.properties 5 May 2008 06:04:01 -0000 1.3 @@ -72,13 +72,17 @@ JBOSS_DIR=/usr/local/jboss-4.0.2 # The directory that contains your JDK. (Must be 1.5 or higher) -JDK_DIR=/usr/bin/java/jdk1.6.0_01/ +JDK_DIR=/usr/lib/jvm/java-1.5.0-sun/ # The location of your mysql executable (Must be 5.0 or higher) SQL_DIR=/usr/bin/ +# The location of your MySql server, leave as localhost unless you are useing MySql on +# a separate server +SQL_HOST=localhost + # The URL that you jdbc driver will be running through -SQL_URL=jdbc:mysql://localhost/${DB_NAME}?characterEncoding=utf8 +SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8 ######################################################################################### @@ -116,6 +120,8 @@ # The version of this LAMS updater LAMS_VERSION=2.1 +LAMS_SERVER_VERSION=2.1.200804291000 +LAMS_LANGUAGE_VERSION=2008-04-29 #########################################################################################