Sunil's Notes
My notes for things that i am learning about
Showing posts with label
wsadmin
.
Show all posts
Showing posts with label
wsadmin
.
Show all posts
Updating wps.ear using WSAdmin Script
›
The WebSphere Portal engine is implemented as J2EE application. The portal engine logic is implemented in wps.ear. These are some of the use...
1 comment:
wsadmin script for creating cluster and adding cluster members
›
You can use this Jython script to create cluster and add members to it AdminTask.createCluster('[-clusterConfig [-clusterName sampleclus...
2 comments:
WSAdmin Objects
›
The wsadmin command exposes following four objects AdminControl:The AdminControl scripting object is used for operational control. It commun...
2 comments:
WSAdmin command invocation
›
The wsadmin command can be invoked in three different ways Invoking Single command: You can invoke single command of wsadmin by executing ws...
WSAdmin security hardening
›
When you execute the wsadmin script you will have to pass the username and password for the user as command line parameter. But one of my cl...
View administrative script command for last action
›
WebSPhere Application Server 6.1 has this cool feature, that when you perform some adminstrative action using the WAS Admin console, it will...
Enable trace for wsadmin script
›
You can enable trace for tracking transaction and debugging problems when you execute the wsadmin script. You can do that by setting these t...
1 comment:
Administrative properties for wsadmin script
›
Scripting administration utilizes several Java property files. Property files can be used to control your system configurations. Before any ...
jacl2jython utility
›
Both Jacl and Jython scripting languages are supported in WebSphere Application Server but JACL is deprecated and you should develop all you...
2 comments:
Enabling trace using WSAdmin Script
›
You can use the following WSAdmin script to enable Runtime and Server startup time trace Runtime trace def enableRunTimeTrace(serverName, tr...
1 comment:
Generating thread dump/java core using WSAdmin script
›
You can generate Thread Dump or Java core manually using the following WSAdmin Script def generateThreadDump(serverName): serverJVM = Admin...
Setting Hang Detection policy using wsadmin script
›
You can set the hang detection policy using the following admin script server = AdminControl.completeObjectName("type=Server,*") #...
›
Home
View web version