Script for Creating Network Channels in Weblogic Server
This section contains scripts to create and configure Network Channels in WebLogic Server.
Create a Network Channel
The following script creates a Network ChannelJMS Server with a JMS JDBC Store. The JMS Server is deployed to a WebLogic Server. See the section below on how to create JMS JDBC Stores.
#first create the NAP
md /NetworkAccessPoint
cd !$LAST
md nap1
cd $LAST
#then set attributes like ListenAddress or ListenPort
#finally set the parent
set Parent /Server/myserver
#and save the configuration
invoke $savedom $DOMAIN
#to activate the Network Channel it is required to reboot the server
invoke /ServerRuntime/$SERVER/forceShutdown
Create a Network Channel
The following script creates a Network ChannelJMS Server with a JMS JDBC Store. The JMS Server is deployed to a WebLogic Server. See the section below on how to create JMS JDBC Stores.
#first create the NAP
md /NetworkAccessPoint
cd !$LAST
md nap1
cd $LAST
#then set attributes like ListenAddress or ListenPort
#finally set the parent
set Parent /Server/myserver
#and save the configuration
invoke $savedom $DOMAIN
#to activate the Network Channel it is required to reboot the server
invoke /ServerRuntime/$SERVER/forceShutdown
0 Response to "Script for Creating Network Channels in Weblogic Server"
Post a Comment