

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Websphere operation parameters
Hi:
I'm trying to stop/start an application in websphere using the Midleware cp operations. However, I cannot correlate the operation parameters eith the command line used in the wsadmin script.
Command line example:
Stop --> "AdminControl.invoke(AdminControl.queryNames('type=ApplicationManager,process=server1,*'),'stopApplication','query')"
Start --> "AdminControl.invoke(AdminControl.queryNames('type=ApplicationManager,process=server1,*'),'startApplication','query')"
Does any have an example of the "invoke operation" operation from the middleware cp? Mainly the empty parameters:
host Use the constant: srvcoe-test->Value: srvcoe-test <not assigned>
port Use the constant: 8880->Value: 8880 <not assigned>
userName System Account: wasadmin (Username)->From System Account: wasadmin (Username) <not assigned>
password System Account: wasadmin (Password)->From System Account: wasadmin (Password) <not assigned>
query
operationName
parameter
signature
Thank you.