Skip to content

Commit

Permalink
chore:source prepare the new 3.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryltar committed Mar 29, 2018
1 parent c7046d0 commit 92fdf19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/02DeployApp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.1.0
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.1.0
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.2
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-3.2.war
CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.3
CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\source\target\Cerberus-3.3.war
3 changes: 2 additions & 1 deletion bin/02DeployApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.0.0
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.1.0
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.1.0
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.2
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.2.war
$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.3
$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-3.3.war

0 comments on commit 92fdf19

Please sign in to comment.