Configuring websphere performance monitoring service
You can use below script sample script for websphere performance monitoring service and configuration of end points. #———————————————————————————- #– Configuring performance...
IBM Websphere Application Server / JACL / Java App Servers
by Ramakanta · Published July 17, 2012 · Last modified November 21, 2016
You can use below script sample script for websphere performance monitoring service and configuration of end points. #———————————————————————————- #– Configuring performance...
IBM Websphere Application Server / JACL / Java App Servers
by Ramakanta · Published July 16, 2012 · Last modified November 22, 2016
#—————————————————————————— #– Configuring administration service #—————————————————————————— set aServer [$AdminConfig getid /Node:myNode/Server:newServer/] set aAdminService [$AdminConfig list AdminService $aServer] # configure general...
IBM Websphere Application Server / JACL / Java App Servers / Python
by Ramakanta · Published July 15, 2012 · Last modified November 22, 2016
#—————————————————————— #– Configuring session manager for Web container #—————————————————————— set aServer [$AdminConfig getid /Node:$nodeName/Server:$serverName/] set aSessionMgr [$AdminConfig list SessionManager $aServer]...
IBM Websphere Application Server / JACL / Java App Servers
by Ramakanta · Published July 15, 2012 · Last modified November 22, 2016
#—————————————————————— # Configuring HTTP transport for Web container #—————————————————————— set aServer [$AdminConfig getid /Node:$nodeName/Server:$serverName/] set aWC [$AdminConfig list WebContainer $aServer]...
IBM Websphere Application Server / Java App Servers / Oracle/BEA WebLogic / Performance
by Ramakanta · Published July 13, 2012 · Last modified November 22, 2016
We have encountered a CORBA.OBJ_ADAPTER error and how we resolved the same. The Environment details: WAS 6.1.0.11 (6.1.0.3 Express Ed....
IBM Websphere Application Server / Performance / Python
by Ramakanta · Published July 12, 2012 · Last modified November 22, 2016
To check heap size of any server in Websphere I use below script. It provides the heap size. serverJVM=AdminControl.completeObjectName(‘type=JVM,process=’...
Application Servers / IBM Websphere Application Server / Java App Servers
by Ramakanta · Published March 29, 2012 · Last modified November 27, 2016
Websphere application server represents its administration configuration as XML files. You should back up the configuration on regular basis as...
Application Servers / IBM Websphere Application Server / Java App Servers
by Ramakanta · Published February 7, 2012 · Last modified December 2, 2014
We will create two Jython script files to be called by the wsadmin tool. One script will install (deploy) an...
Application Servers / IBM Websphere Application Server / Java App Servers
by Ramakanta · Published February 7, 2012 · Last modified November 27, 2016
To configure a Derby JDBC data source, we will need to create a JDBC provider and then create a data...
Application Servers / IBM Websphere Application Server / Java App Servers
by Ramakanta · Published February 7, 2012 · Last modified September 11, 2014
1. To create a Websphere JDBC provider, log into the WAS administrative console and click on the JDBC Provider link...
Advertisement
Advertisement
Advertisement