Friday
15
Oct 2004

Start a WebSphere 5 application from the command line?

(5:33 pm) Tags: [How do I...]

Using the wsadmin tool is easy, if you know which documentation to dig through :)

Here is the documentation.

I distilled it down to a one liner, for those that like that sort of thing:

$AdminControl invoke [$AdminControl queryNames cell=cell1,node=node1,type=ApplicationManager,process=server1,*] startApplication theAppName

Simple, once you know where to look, and actually succeed in finding it. I have found that IBM’s documentation usually contains what you need, you just can’t find it.

Popularity: 18%

Comments: (1)