Restarting the web services application

Restart the web services application when you experience issues.

About this task

Choose a task for the application server you are using:

Restarting web services on WebSphere Application Server 6.1

Procedure

  1. Open the administrative console in a browser. Example: http://localhost:9043/ibm/console/logon.jsp
  2. Expand Applications and select Enterprise Applications. The rpe.war application you added is listed as the application name you entered.
  3. To stop the application, select the rpe.war_application check box and click Stop.
  4. Select the rpe.war_application check box and click Start.

Restarting web services on WebSphere Application Server 7.0

Procedure

  1. Open the administrative console in a browser. Example: http://localhost:9043/ibm/console/logon.jsp
  2. Click Applications > Application Types > Websphere enterprise applications. The rpe.war application you added is listed as the application name you entered.
  3. To stop the application, select the rpe.war_application check box and click Stop.
  4. Select the rpe.war_application check box and click Start.

Restarting web services on Apache Tomcat

Procedure

  1. Open the Apache Tomcat Manager in a browser: http://server:port/manager/html. Example: http://localhost:8080/manager/html.
  2. To stop the application, in the Applications section, locate the rpe.war_application row and click Stop.
  3. To start the application, in the rpe.war_application row and click Start.

Feedback