First Commit - Source Code from Reply
This commit is contained in:
17
dbcmnpsrc/GW/mnpapp/script/rinvioXML.sh
Normal file
17
dbcmnpsrc/GW/mnpapp/script/rinvioXML.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/ksh
|
||||
|
||||
###########################################################
|
||||
# Progetto: Gateway MNP
|
||||
# Script: rinvio_xml
|
||||
# Descrizione: Rinvio dei file xml dalla macchina FE al BE
|
||||
###########################################################
|
||||
|
||||
#path
|
||||
THIS_PATH=`dirname $0`
|
||||
|
||||
#shell name
|
||||
THIS=`basename $0 .sh`
|
||||
|
||||
echo '******' $(date) starting $THIS
|
||||
|
||||
$THIS_PATH/javaExec_unix.sh -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName=/mnpapp/cert/mnpCAkeystore mnp.manager.ReinvioManager
|
||||
Reference in New Issue
Block a user