Monday, 25 February 2013

Stopping the server | WebSphere Tutorial pdf free

Stopping the server:

You can stop the servers same as the way that you start the servers. The options are listed here:

Everything is like what we did for starting the server. From command line you can go to <profile_name>/bin and stop the servers using the command. All the options which are there for startServer.sh are applicable for stopSErver.sh also.
In the admin console you have two more options other than the normal stop.
Immediate Stop stops the server, but bypasses the normal server quiescent process that supports in-flight requests to complete before shutting down the entire server process. This shutdown mode is faster than the normal server stop processing, but some application clients can receive exceptions.
Terminate deletes the application server process. Use this if immediate stop fails to stop the server.

No comments: