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?