WebSphere reboot under Linux environment

Source: Internet
Author: User

One, WebSphere console restart

1, update class file release, WebSphere automatic restart.

2. Update Web. XML to release, need to manually update Web. XML or update the project.

Web. config Cache location: websphere/appserver/profiles/appsrvdc/config/cells/dcapp02cell01/applications/ Project /deployments/ Project /project /web-inf

3. Put the project on a different server by adding multiple application servers.

Second, the life of this restart

  1. Restart the application server

cd/usr/ibm/websphere/appserver/profiles/appsrvdc/bin/

Stop:./stopserver.sh Application Server name-username user name-password password

Start: ./startserver.sh Server1

2. Restart nodeagent

cd/usr/ibm/websphere/appserver/profiles/appsrvdc/bin/

Stop:./stopnode.sh-username user name-password password

Start: ./startnode.sh

3. Restart the entire Websphere

Cd/usr/ibm/websphere/appserver/profiles/dmgr01/bin

Stop:./stopmanager.sh-username user name-password password

Start: ./startmanager.sh

Iii. the process of killing

./stopservcer.sh Server1 If the WebSphere service cannot be stopped. Then force it to kill the process!

 1. View WebSphere Process number

Ps-ef|grep WebSphere

    

2. Delete process

Kill-9 4784176

  3. Restart

  ./startmanager.sh

WebSphere reboot under Linux environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.