Index: unix_installer/patch-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/patch-package/lams.properties,v diff -u -r1.1 -r1.2 --- unix_installer/patch-package/lams.properties 27 Aug 2008 04:20:59 -0000 1.1 +++ unix_installer/patch-package/lams.properties 22 Jun 2009 06:01:31 -0000 1.2 @@ -84,7 +84,7 @@ SQL_PORT=3306 # The URL that your jdbc driver will be running through -SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8&autoReconnect=true +SQL_URL=jdbc:mysql://${SQL_HOST}:${SQL_PORT}/${DB_NAME}?characterEncoding=utf8&autoReconnect=true # The root password to access the database DB_ROOT_PASSWORD= @@ -104,13 +104,13 @@ TEMP_DIR=${LAMS_DIR}/temp DUMP_DIR=${LAMS_DIR}/dump -# Execution directiories must be within the jboss-4.0.2 directory structure +# Execution directories must be within the jboss-4.0.2 directory structure BINDIR=${JBOSS_DIR}/bin -TOMCATDIR=${DEPLOY_DIR}/jbossweb-tomcat55.sar -DEPLOY_DIR=${JBOSS_DIR}/server/default/deploy SERVER_DIR=${JBOSS_DIR}/server -DEFAULT_DIR=${JBOSS_DIR}/server/default +DEFAULT_DIR=${SERVER_DIR}/default +DEPLOY_DIR=${DEFAULT_DIR}/deploy EAR_DIR=${DEPLOY_DIR}/lams.ear +TOMCATDIR=${DEPLOY_DIR}/jbossweb-tomcat55.sar # Location of installation files within the package LAMS_BUILD=${basedir}/lams_build @@ -120,13 +120,13 @@ # Drivers for MySql during installation SQL_DRIVER=com.mysql.jdbc.Driver -SQL_JAR=mysql-connector-java-3.1.12-bin.jar +SQL_JAR=mysql-connector-java-5.0.8-bin.jar # The URL of the default mysql database -MYSQL_DB_URL=jdbc:mysql://${SQL_HOST}/mysql?characterEncoding=utf8 +MYSQL_DB_URL=jdbc:mysql://${SQL_HOST}:${SQL_PORT}/mysql?characterEncoding=utf8 # The version of this lams installer -LAMS_VERSION=2.1.1 +LAMS_VERSION=2.3.1 #########################################################################################