Files
gateway-mnp-dbc/dbcmnpsrc/GW/domain/WLS1035/startManagedWeblogic.sh
2024-05-13 12:54:14 +02:00

20 lines
759 B
Bash

#!/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 &