Do these statements stop the application server?

Posted by Nicholas Key on Stack Overflow See other posts from Stack Overflow or by Nicholas Key
Published on 2010-05-26T00:36:36Z Indexed on 2010/05/26 0:41 UTC
Read the original article Hit count: 191

Filed under:

Hi all,

May I know what does this chunk of code do in wsadmin?

serverMBean = AdminControl.completeObjectName("*,type=Server")
AdminControl.invoke(serverMBean, "stop")

Will it stop the server entirely? Otherwise, what does "stop" do in the invoke method?

© Stack Overflow or respective owner

Related posts about wsadmin