First Commit - Source Code from Reply
This commit is contained in:
19
dbcmnpsrc/GW/domain/WLS1035/startManagedWeblogic.sh
Normal file
19
dbcmnpsrc/GW/domain/WLS1035/startManagedWeblogic.sh
Normal 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 &
|
||||
|
||||
Reference in New Issue
Block a user