Skip to content

Commit

Permalink
chore:source prepare the new 4.2 version and update database version …
Browse files Browse the repository at this point in the history
…to 1438
  • Loading branch information
vertigo17 committed Oct 5, 2019
1 parent 5059f72 commit 65fe031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/02DeployApp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.11
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.0
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.1
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.1.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.2
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.2.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.10
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.11
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.0
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.1
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.1.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.2
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.2.war
2 changes: 1 addition & 1 deletion source/src/main/webapp/DatabaseMaintenance.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 1420; // 4.1 Version LEVEL.
Integer SQLLimit = 1439; // 4.2 Version LEVEL.
IFactoryMyversion factoryMyversion;
try {
Expand Down

0 comments on commit 65fe031

Please sign in to comment.