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: 213
wsadmin
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