First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/sh
# WARNING: This file is created by the Configuration Wizard.
# Any changes to this script may be lost when adding extensions to this configuration.
DOMAIN_HOME="/bea/beamnp/user_projects/domains/MNPGW"
. /mnpapp/script/setEnv.sh
JAVA_OPTIONS="-Djava.security.policy="${WL_HOME}/server/lib/weblogic.policy" ${JAVA_OPTIONS}"
JAVA_OPTIONS="-Dweblogic.system.BootIdentityFile="./BootIdentity.properties" ${JAVA_OPTIONS}"
JAVA_OPTIONS="-Dmnpgw_path_properties="${MNP_PROP_FILE}" ${JAVA_OPTIONS}"
JAVA_OPTIONS="-Dsecurity_conf_file="${MNP_SECURITY_PROP_FILE}" ${JAVA_OPTIONS}"
JAVA_OPTIONS="-Dweblogic.security.SSL.ignoreHostnameVerification="true" ${JAVA_OPTIONS}"
export JAVA_OPTIONS
nohup ${DOMAIN_HOME}/bin/startManagedWebLogic.sh mnpserver &