|
|
|
|
|
Jvm
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>
Trademarks :
|