Skip to content

Commit

Permalink
chore:source prepare the new 4.1 version and update database version …
Browse files Browse the repository at this point in the history
…to 1419
  • Loading branch information
vertigo17 committed Jul 28, 2019
1 parent 118cbf4 commit 0f405e1
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 @@ -48,4 +48,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.10
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 deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.0.war
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
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.9
$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 deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.0.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.1
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.1.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 = 1401; // 4.0 Version LEVEL.
Integer SQLLimit = 1420; // 4.1 Version LEVEL.
IFactoryMyversion factoryMyversion;
try {
Expand Down

0 comments on commit 0f405e1

Please sign in to comment.