with Tags:
scripting
X

wsadmin Script to set WebSphere JVM PropertiesI sometimes need to set a custom JVM Property for one or more Application Servers and dislike the tedium of setting them one-at-a-time through the console. Here's a Jyth Usage: wsadmin -f addJvmProperty. e.g.
Tags:  websphere jvm property jython scripting script wsadmin |