cle_clock
Home > wikikonf >  wls/actions/by kikonf > chgports







Chgports

print

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>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/wls/chgports/by/kikonf/wls.chgports.by.kikonf.xml)


  • Line 1 to 3 say something , say something , say something
  • Line 10 to 17 say something , say something , say something , say something , say something
  • Line 20 to 25 say something



Trademarks :
  • "oracle", "Weblogic", "Weblogic Server", "Java" and "JVM" are a registred trademarks of Oracle and/or its affiliates.
  • Other names may be trademarks of their respective owners.

Copyright © 2011 - Patrick Placidoux, Hélène Malamoud