|
|
|
Chgports
Action : wls.chgports (Category : wls, Name : chgports, By : kikonf)
Complete Name : wls.chgports.by.kikonf Version : 4.0 License : Modified BSD License Purpose of the wls category : Easy to customize. This category use in background the wlst command in jython mode, to drive WebLogic Server ® configuration. You can use it to manage the whole WebLogic ® architecture. Purpose of this chgports plugin : Changes a JVM ports The following shows a sample Action File to use with the Action : wls.chgports This sample file can be run with this command : kikact wls.chgports Toggle lines <chgports type = 'action' enable_iiop='false'> <scope server = 'server1'/> <port protocol='http' channel='mychannel1' host='myhost' port='111' enable='true' enable_http='true' enable_tuneling='false' enable_ssl='false' ssl_client_auth='false'/> <port protocol='t3' channel='mychannel2' host='myhost' port='222' enable='true' enable_http='false' enable_tuneling='false' enable_ssl='false' ssl_client_auth='false'/> <port protocol='t3s' channel='' host='myhost' port='333' enable='true' enable_http='true' enable_tuneling='true' enable_ssl='true' ssl_client_auth='true'/> <port protocol='iiop' channel='mychannel1' host='' port='444' enable='true' enable_http='true' enable_tuneling='false' enable_ssl='false' ssl_client_auth='false'/> </chgports>
Trademarks :
|