WebSphere:*,type=WebContainer
MBean WebContainer
Current settings for the running Web Application Container.
Operation Summary | |
---|---|
void | startTransports() Start all transports for WebContainer. |
void | stopTransports() Stop all transports for WebContainer. |
void | restartWebApplication( Restart one of the applications in the WebContainer. |
Operation Detail |
---|
public void startTransports()
Start all transports for WebContainer.
administrator
operator
public void stopTransports()
Stop all transports for WebContainer.
administrator
operator
public void restartWebApplication(
java.lang.String appName
)
Restart one of the applications in the WebContainer.
appName
-
name of the web application to restart.
administrator
operator