-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Cosvernauta/Alpha
Fix and News Release 4.2.9
- Loading branch information
Showing
4 changed files
with
107 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Archivo de Configuracion para rdeployer.sh | ||
# Sobre ambientes WebLogic | ||
# 2018 (c) | ||
#### Jimmy R.: jlili.salgado(a)gmail.com | ||
RUTAWL=/Ruta/del/Domain/Home/Weblogic | ||
####################################### | ||
RUTAD=/Ruta/del/Domain/Home/Weblogic | ||
APWAR=DeployExample.war | ||
SRVNAMES=serverPto01 | ||
RTJK=/Ruta/donde/tomar/ComponenteWAR | ||
NODE=ExampleNode01 | ||
RTINST=/ruta/del/servidor/RFC | ||
RTINST=/ruta/para/copiar/componente/localmente | ||
### DODEPLOY=[weblogic|jboss|esb] | ||
DODEPLOY=weblogic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Archivo de Configuracion para rdeployer.sh | ||
# Sobre ambientes WebLogic | ||
# 2018 (c) | ||
###################################### | ||
RUTAD=/Ruta/del/Domain/Home/ESB | ||
APWAR=DeployExampleESB.jar | ||
SRVNAMES=serverPto01 | ||
# XML para reapuntes con ESB | ||
PROJECTCONF=DeployExample.xml | ||
######################## | ||
# Variables por default | ||
######################## | ||
OSBKEY=osb | ||
PROJECTNAME=default | ||
RTJK=/Ruta/donde/tomar/ComponenteWAR | ||
NODE=ExampleNode01ESB | ||
RTINST=/ruta/del/servidor/RFC | ||
### DODEPLOY=[weblogic|jboss|esb] | ||
DODEPLOY=esb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters