Bài đăng nổi bật

Lập trình Java Spring Boot (20 buổi)

JAVA FULLSTACK VIỆT NAM: Website:  javafullstackvietnam.com Fan page:  https://www.facebook.com/JavaFullstackVietNam Group:  https://www.fac...

Thứ Năm, 14 tháng 2, 2019

Cùng nấu ăn với WebSphere Application Server Performance Cookbook

Sách hay cho ai cần :D

https://drive.google.com/open?id=1umfsbIjb9ZbcSM1LvPx8py228JeiIFNN

check and config IIB environment



#check HTTPConnector
mqsireportproperties TESTNODE_anhhv -e default -o HTTPConnector -r
mqsireportproperties AgrUAT -e default -o HTTPConnector -r
#check HTTPConnector
mqsireportproperties TESTNODE_anhhv -e default -o HTTPSConnector -r

#change port 
//Integration node listeners
//The integration node listener is associated with an HTTPConnector object for properties related to handling HTTP messages, and an HTTPSConnector object for properties related to handling HTTPS messages. For example, run the following command to change the port on which the integration node listener for integrationNodeName listens for HTTP messages:
mqsichangeproperties integrationNodeName -b httplistener -o HTTPConnector -n port -v 8085

//Integration node listener properties that apply to HTTP and HTTPS messages are controlled by the HTTPListener object. For example, to disable the integration node listener for integrationNodeName, run the following command:
mqsichangeproperties integrationNodeName -b httplistener -o HTTPListener -n startListener -v false

//Each connector has its own assigned port; default values are 7080 for HTTP and 7083 for HTTPS. You can change these port numbers by using the mqsichangeproperties command.

Bài đăng phổ biến