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







Jvm

print

Action : wls.jvm   (Category : wls, Name : jvm, By : kikonf)
Complete Name : wls.jvm.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 jvm plugin : Tunes a JVM

The following shows a sample Action File to use with the Action : wls.jvm
This sample file can be run with this command : kikact  wls.jvm

Toggle lines
<jvm
    type = 'action'

    xms = '512' 
    xmx = '1024' 

    user='myuser'
    password='1234'
    root_dir='/my/root/dir' 
    temp_dir='/my/temp/dir'
    java_home='/my/jdk/home/dir'
    dft_context='/mycontext'

    startup_mode='ADMINISTRATION' 
    shared_classes='on' 
    run_hprof='true'

    enable_ssl='true'
    ssl_client_cert='true'
    enable_keep_alive='true'
    enable_plugin='false'    
    admin_port='9003'
    >

    <scope server = 'server1'/>

    <redirects 
        frontend_host='myhost'
        frontend_htttp_port='1080'
        frontend_htttps_port='1443'
        client_ip_header='true'
    />
    
    <verbose
        clas='true'
        gc='false'
        jni='true' 
    />
    
    <gc
        disable='true'
        enable_inc='false'
        log_file='/where/to/put/gc/log/file.log'
    />

    <classpath>
        my.class.path1
        my.class.path2
        my.class.path3
    </classpath>

    <boot_classpath>
        my.bootclass.path1
        my.bootclass.path2
    </boot_classpath>

    <prepend_classpath>
        my.prependclass.path1
        my.prependclass.path2
        my.prependclass.path2
    </prepend_classpath>
    
    <append_classpath>
        my.appendclass.path1
        my.appendclass.path2
        my.appendclass.path2
    </append_classpath>

    <extlibs>
        /dir/to/my/extlib1
        /dir/to/my/extlib2
        /dir/to/my/extlib3
    </extlibs>
    
    <generic_jvm_args>
        -D abcd -D efgh
        -D abcd -D efgh
    </generic_jvm_args>

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