diff --git a/bin/02DeployApp.bat b/bin/02DeployApp.bat index f9053157ca..d519a9ef7d 100644 --- a/bin/02DeployApp.bat +++ b/bin/02DeployApp.bat @@ -44,4 +44,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.7 CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.7.1 CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.8 -CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-3.8.war +CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.9 +CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-3.9.war diff --git a/bin/02DeployApp.sh b/bin/02DeployApp.sh index 1596821c5c..ad27bc5f76 100644 --- a/bin/02DeployApp.sh +++ b/bin/02DeployApp.sh @@ -44,4 +44,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.6 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.7 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.7.1 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.8 -$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.8.war +$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.9 +$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.9.war diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index cc851920cf..de46a8ebc5 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -64,7 +64,7 @@ // this is used in order to execute only 1 instruction at a time as it make take a lot of time to process. boolean SQLExecuted = false; // SQL that has version equal to SQLLimit will not be executed automatically. - Integer SQLLimit = 1385; // 3.8 Version LEVEL. + Integer SQLLimit = 1389; // 3.9 Version LEVEL. IFactoryMyversion factoryMyversion; try {